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

@ -121,9 +121,9 @@ Setting name (followed by default value, if any)
for a complete list of supported options.
The ``extensions`` option will be automatically computed from the
``extension_configs`` option.
Default is ``'extension_configs': {'markdown.extensions.codehilite':
Default is ``{'extension_configs': {'markdown.extensions.codehilite':
{'css_class': 'highlight'},'markdown.extensions.extra': {},
'markdown.extensions.meta': {},},``.
'markdown.extensions.meta': {},}, 'output_format': 'html5',}``.
``OUTPUT_PATH = 'output/'`` Where to output the generated files.
``PATH`` Path to content directory to be processed by Pelican. If undefined,
and content path is not specified via an argument to the ``pelican``