Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
59 stars 5 forks source link

[Shock] - Add support for multi-level table of contents #81

Open matthew-carroll opened 3 months ago

matthew-carroll commented 3 months ago

The Markdown plugin includes table-of-contents generation. This includes data and an HTML list representation.

Change the HTML list representation to produce a multi-level list, reflecting the changing header levels, instead of placing all header levels in a single list.