Differences From Artifact [35da212f52]:
- File ext/toc.lua — part of check-in [e51980e07a] at 2021-12-27 05:51:11 on branch trunk — more tweaks, fixes, and additions than i can keep track of. major additions to documentation. spiffed up html renderer's footnotes and TOC dramatically (user: lexi, size: 7629) [annotate] [blame] [check-ins using]
To Artifact [e8a2cf6308]:
- File ext/toc.lua — part of check-in [9215a9c850] at 2021-12-27 13:20:36 on branch trunk — add beginnings of groff renderer, document more planned syntaxes (user: lexi, size: 7716) [annotate] [blame] [check-ins using]
82 82 } 83 83 ol.toc > ol > li { 84 84 list-style: decimal; 85 85 } 86 86 ol.toc > li > ol > li > ol > li { 87 87 list-style: enclosed; 88 88 } 89 + ol.toc > li > ol > li > ol > li > ol > li { 90 + list-style: lower-roman; 91 + } 89 92 } 90 93 ]] 91 94 92 95 ct.ext.install { 93 96 id = 'toc'; 94 97 desc = 'provides a table of contents for HTML renderer plus generic fallback'; 95 98 version = ss.version {0,1; 'devel'};