Brian S. Stephan 7b15ed3c4c
for the web, add a table of contents extension
this will need to be styled better (off on the side?), especially when
there are more levels to the TOC, but I can use this to test for now

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2025-04-04 11:02:37 -05:00

11 lines
189 B
JSON

{
"MARKDOWN_EXTENSIONS": [
"extra", "sane_lists", "smarty", "toc", "attr_list", "tables", "pymdownx.tilde"
],
"MARKDOWN_EXTENSION_CONFIGS": {
"toc": {
"toc_depth": "2-5"
}
}
}