forked from github/pelican
Set the Markdown output format to html5 by default
This commit is contained in:
parent
114e64dcf7
commit
a80a707321
2 changed files with 3 additions and 2 deletions
|
|
@ -107,6 +107,7 @@ DEFAULT_CONFIG = {
|
|||
'markdown.extensions.extra': {},
|
||||
'markdown.extensions.meta': {},
|
||||
},
|
||||
'output_format': 'html5',
|
||||
},
|
||||
'JINJA_EXTENSIONS': [],
|
||||
'JINJA_FILTERS': {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue