configurable markdown extensions

meta is always loaded, because the code expects it
This commit is contained in:
2020-10-29 23:43:00 -05:00
parent fe7d61e1f7
commit 5ca483a904
4 changed files with 38 additions and 7 deletions

View File

@@ -32,5 +32,7 @@ class Config(object):
},
}
MARKDOWN_EXTENSIONS = ['meta', 'tables']
TITLE_SUFFIX = 'incorporeal.org'
MEDIA_DIR = 'media'