Glossary needs correct markup and anchor links
wolftune opened this issue · 2 comments
wolftune commented
https://patterns.sociocracy30.org/glossary.html just has strong
tags in the html. These should instead be dd
tags within a dl
(definition list) and they should have anchor links so that one can link such as https://patterns.sociocracy30.org/glossary.html#objection which isn't possible now.
bboc commented
That is a known issue, see
s3-practical-guide/todo.taskpaper
Line 53 in d5bcf72
As we currently don't need that feature within the practical guide, that is not particularly high on the list of updates. I'll take a look next time I make larger changes to the renderer.
bboc commented
Implemented.