enable footnotes extra for markdown
This commit is contained in:
parent
48c6e8495a
commit
07031fe667
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user