forked from github/pelican
Clarify docs for FORMATTED_FIELDS setting
This commit is contained in:
parent
2bcabb5497
commit
d53c166f95
1 changed files with 2 additions and 1 deletions
|
|
@ -214,7 +214,8 @@ Setting name (followed by default value, if any)
|
|||
in this list are written. Paths should be either absolute or relative
|
||||
to the current Pelican working directory. For possible use cases see
|
||||
:ref:`writing_only_selected_content`.
|
||||
``FORMATTED_FIELDS = ['summary']`` A list of metadata fields to be parsed and translated to HTML.
|
||||
``FORMATTED_FIELDS = ['summary']`` A list of metadata fields containing reST/Markdown content to be
|
||||
parsed and translated to HTML.
|
||||
=============================================================================== =====================================================================
|
||||
|
||||
.. [#] Default is the system locale.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue