From: anarcat Date: Fri, 6 Sep 2019 14:16:05 +0000 (-0400) Subject: not sure this is necessary X-Git-Tag: 3.20200202.3~44 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/4237c3ff6d076f35560ff739e0735ed450c27cdf not sure this is necessary --- diff --git a/doc/todo/section-numbering.mdwn b/doc/todo/section-numbering.mdwn index 41803e3a2..86a86de5b 100644 --- a/doc/todo/section-numbering.mdwn +++ b/doc/todo/section-numbering.mdwn @@ -7,3 +7,5 @@ I guess it is implementable with complex CSS... but one has first to compose thi 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. - a known CSS technique. works well. adapted here due to that numbering starting from h2, where ikiwiki (incorrectly) starts headings from h1 --lkcl + +> Related: [[todo/toc-with-human-readable-anchors]]. That said, I'm not sure this is something that ikiwiki should handle at all. As you said, this can be generated by CSS... Maybe an option for the `toc` plugin would be necessary to *change* the style of the numbering, but I doubt it's worth the effort... In other words, there is already some numbering in the table of contents, the CSS should just match it... unless I'm missing something? -- [[anarcat]]