1
0
Fork 0
forked from github/pelican

Set the Markdown output format to html5 by default

This commit is contained in:
Bernhard Scheirle 2016-11-02 21:00:04 +01:00
commit a80a707321
2 changed files with 3 additions and 2 deletions

View file

@ -107,6 +107,7 @@ DEFAULT_CONFIG = {
'markdown.extensions.extra': {},
'markdown.extensions.meta': {},
},
'output_format': 'html5',
},
'JINJA_EXTENSIONS': [],
'JINJA_FILTERS': {},