mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add MD_EXTENSION_CONFIGS setting
used to control Markdown extensions configuration
This commit is contained in:
parent
a2852da3e7
commit
b02e0ffb07
4 changed files with 8 additions and 2 deletions
|
|
@ -121,6 +121,8 @@ Setting name (followed by default value, if any)
|
|||
to the default values for this setting, you'll need to
|
||||
include them explicitly and enumerate the full list of
|
||||
desired Markdown extensions.)
|
||||
``MD_EXTENSION_CONFIGS = {}`` A configuration dictionary for the extensions the Markdown
|
||||
processor will use.
|
||||
``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``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue