lots of lack of organization and copy and paste abound, but this covers *most* of the duplicate text in the origin document. up next is resuming the reorg 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-6"
|
|
}
|
|
}
|
|
}
|