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
|
|
@ -53,7 +53,8 @@ install Markdown``.
|
|||
|
||||
Pelican also supports `Markdown Extensions`_, which might have to be installed
|
||||
separately if they are not included in the default ``Markdown`` package and can
|
||||
be configured and loaded via the ``MD_EXTENSIONS`` setting.
|
||||
be configured and loaded via the ``MD_EXTENSIONS`` setting. The
|
||||
``MD_EXTENSION_CONFIGS`` setting controls extensions configuration.
|
||||
|
||||
Metadata syntax for Markdown posts should follow this pattern::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue