Me too. Unfortunately I wasn't able to create this by using RST but failed. Input is welcome.
Replace the h1 and h2 CSS definitions with the following:
body { counter-reset: counter1; counter-reset: counter2; } h1:before { content: counter(counter1) " "; } h1.title:before { content: ""; } h1 { counter-increment: counter1; counter-reset: counter2; font-size: 1.4em } h2:before { content: counter(counter1) "." counter(counter2) " "; } h2 { counter-increment: counter2; font-size: 1.3em }
Cheers Lex
Cheers, Frank _______________________________________________ Geany mailing list Geany@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany