]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
add link to auto-numbering on CSS
authorluke.leighton@1d9c2d1569043638b2028a9c61a0a205924749b5 <lukeleighton@web>
Fri, 6 Sep 2019 11:05:51 +0000 (07:05 -0400)
committeradmin <admin@branchable.com>
Fri, 6 Sep 2019 11:05:51 +0000 (07:05 -0400)
doc/todo/section-numbering.mdwn

index 3a2d232a8f0f8158a0863bd89a0c056ea461e1dc..41803e3a29f285f22454c14b211bdcd594724115 100644 (file)
@@ -5,3 +5,5 @@ Optional automatic section numbering would help reading: otherwise, a reader (li
 I guess it is implementable with complex CSS... but one has first to compose this CSS in any case. So, this wish still has a todo status. --Ivan Z.
 
 And another aspect why this is related to ikiwiki, not just authoring a CSS, is that the style of the numbers (genereated by CSS probably) should match the style of the numbers in ikiwiki's [[plugins/toc]]. --Ivan Z.
+
+<https://codepen.io/X-Raym/pen/dBprG> - a known CSS technique.  works well.  adapted here due to that numbering starting from h2, where ikiwiki (incorrectly) starts headings from h1 <http://libre-riscv.org/local.css> --lkcl