1
0
Fork 0
forked from github/pelican

Clarify docs for FORMATTED_FIELDS setting

This commit is contained in:
Justin Mayer 2015-02-25 09:42:33 -08:00
commit d53c166f95

View file

@ -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.