aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorluke.leighton@1d9c2d1569043638b2028a9c61a0a205924749b5 <lukeleighton@web>2019-09-06 07:05:51 -0400
committeradmin <admin@branchable.com>2019-09-06 07:05:51 -0400
commit3ce75a29c66ba176b3d0e8cee8977c9162448fd6 (patch)
treee844087ea640dcc207f240d5292014b1c80a5f84 /doc
parent317422c1cd6cfe8e797b7891ddb246d2feb6b0ed (diff)
downloadikiwiki-3ce75a29c66ba176b3d0e8cee8977c9162448fd6.tar
ikiwiki-3ce75a29c66ba176b3d0e8cee8977c9162448fd6.tar.gz
add link to auto-numbering on CSS
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/section-numbering.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/section-numbering.mdwn b/doc/todo/section-numbering.mdwn
index 3a2d232a8..41803e3a2 100644
--- a/doc/todo/section-numbering.mdwn
+++ b/doc/todo/section-numbering.mdwn
@@ -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