remove mdx_linkify and do requirement bumps

This commit is contained in:
2022-03-24 22:00:37 -05:00
parent 410f96ffb4
commit d129d04e04
4 changed files with 33 additions and 58 deletions

View File

@@ -32,7 +32,7 @@ class Config(object):
},
}
MARKDOWN_EXTENSIONS = ['extra', 'mdx_linkify', 'sane_lists', 'smarty', 'tables']
MARKDOWN_EXTENSIONS = ['extra', 'sane_lists', 'smarty', 'tables']
MARKDOWN_EXTENSION_CONFIGS = {
'extra': {
'attr_list': {},