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>
11 lines
189 B
JSON
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"
|
|
}
|
|
}
|
|
}
|