mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add MD_OUTPUT_FORMAT to settings.py
This commit is contained in:
parent
82d1bcc678
commit
8ceab127de
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ DEFAULT_CONFIG = {
|
|||
'DEFAULT_DATE_FORMAT': '%a %d %B %Y',
|
||||
'DATE_FORMATS': {},
|
||||
'MD_EXTENSIONS': ['codehilite(css_class=highlight)', 'extra'],
|
||||
'MD_OUTPUT_FORMAT': 'xhtml1',
|
||||
'JINJA_EXTENSIONS': [],
|
||||
'JINJA_FILTERS': {},
|
||||
'LOG_FILTER': [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue