use smarty markdown extension for dashes, ellipses
This commit is contained in:
@@ -32,13 +32,19 @@ class Config(object):
|
||||
},
|
||||
}
|
||||
|
||||
MARKDOWN_EXTENSIONS = ['extra', 'mdx_linkify', 'tables']
|
||||
MARKDOWN_EXTENSIONS = ['extra', 'mdx_linkify', 'smarty', 'tables']
|
||||
MARKDOWN_EXTENSION_CONFIGS = {
|
||||
'extra': {
|
||||
'footnotes': {
|
||||
'UNIQUE_IDS': True,
|
||||
},
|
||||
}
|
||||
},
|
||||
'smarty': {
|
||||
'smart_dashes': True,
|
||||
'smart_quotes': False,
|
||||
'smart_angled_quotes': False,
|
||||
'smart_ellipses': True,
|
||||
},
|
||||
}
|
||||
|
||||
DEFAULT_PAGE_STYLE = 'light'
|
||||
|
||||
Reference in New Issue
Block a user