add attr_list to markdown extensions
this will lead to me putting less HTML in the .md files, which is a good thing
This commit is contained in:
parent
e6d2015de5
commit
3bfdacdb6d
@ -35,6 +35,7 @@ class Config(object):
|
|||||||
MARKDOWN_EXTENSIONS = ['extra', 'mdx_linkify', 'smarty', 'tables']
|
MARKDOWN_EXTENSIONS = ['extra', 'mdx_linkify', 'smarty', 'tables']
|
||||||
MARKDOWN_EXTENSION_CONFIGS = {
|
MARKDOWN_EXTENSION_CONFIGS = {
|
||||||
'extra': {
|
'extra': {
|
||||||
|
'attr_list': {},
|
||||||
'footnotes': {
|
'footnotes': {
|
||||||
'UNIQUE_IDS': True,
|
'UNIQUE_IDS': True,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user