diff options
author | anarcat <anarcat@web> | 2019-09-06 10:16:05 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2019-09-06 10:16:05 -0400 |
commit | 4237c3ff6d076f35560ff739e0735ed450c27cdf (patch) | |
tree | 5cc3e98bdb79d114d81ad003e7e19934b9b598bf /doc/todo | |
parent | 3ce75a29c66ba176b3d0e8cee8977c9162448fd6 (diff) | |
download | ikiwiki-4237c3ff6d076f35560ff739e0735ed450c27cdf.tar ikiwiki-4237c3ff6d076f35560ff739e0735ed450c27cdf.tar.gz |
not sure this is necessary
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/section-numbering.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
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. <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 + +> 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]] |