enable footnotes extra for markdown
This commit is contained in:
@@ -32,8 +32,14 @@ class Config(object):
|
||||
},
|
||||
}
|
||||
|
||||
MARKDOWN_EXTENSIONS = ['mdx_linkify', 'tables']
|
||||
MARKDOWN_EXTENSION_CONFIGS = {}
|
||||
MARKDOWN_EXTENSIONS = ['extra', 'mdx_linkify', 'tables']
|
||||
MARKDOWN_EXTENSION_CONFIGS = {
|
||||
'extra': {
|
||||
'footnotes': {
|
||||
'UNIQUE_IDS': True,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
DEFAULT_PAGE_STYLE = 'light'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user