add sane_lists to markdown extensions
this fixes stuff like * foo * bar 1. hax
This commit is contained in:
parent
15142054da
commit
b6aa125b8d
@ -32,7 +32,7 @@ class Config(object):
|
||||
},
|
||||
}
|
||||
|
||||
MARKDOWN_EXTENSIONS = ['extra', 'mdx_linkify', 'smarty', 'tables']
|
||||
MARKDOWN_EXTENSIONS = ['extra', 'mdx_linkify', 'sane_lists', 'smarty', 'tables']
|
||||
MARKDOWN_EXTENSION_CONFIGS = {
|
||||
'extra': {
|
||||
'attr_list': {},
|
||||
|
Loading…
Reference in New Issue
Block a user