Brian S. Stephan 1a4f803402
do a major dedupe of the CSRD content
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>
2025-04-07 23:20:56 -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-6"
}
}
}