clean up the default markdown configuration a bit

this brings the config a bit closer to my default, and updates the
expectations of a test accordingly
This commit is contained in:
2022-03-28 22:28:55 -05:00
parent 853a58b78b
commit b3c3c0de45
2 changed files with 2 additions and 3 deletions

View File

@@ -32,10 +32,9 @@ class Config(object):
},
}
MARKDOWN_EXTENSIONS = ['extra', 'sane_lists', 'smarty', 'tables']
MARKDOWN_EXTENSIONS = ['extra', 'sane_lists', 'smarty', 'toc']
MARKDOWN_EXTENSION_CONFIGS = {
'extra': {
'attr_list': {},
'footnotes': {
'UNIQUE_IDS': True,
},