mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update docs/settings.rst
Updated the documentation for the MARKUP setting to reflect the current supported markup file extensions.
This commit is contained in:
parent
0fbf96b4be
commit
4de668159d
1 changed files with 2 additions and 2 deletions
|
|
@ -60,9 +60,9 @@ Setting name (default value) What doe
|
||||||
here or a single string representing one locale.
|
here or a single string representing one locale.
|
||||||
When providing a list, all the locales will be tried
|
When providing a list, all the locales will be tried
|
||||||
until one works.
|
until one works.
|
||||||
`MARKUP` (``('rst', 'md')``) A list of available markup languages you want
|
`MARKUP` (``('rst', 'md', 'markdown', 'mkd')``) A list of available markup languages you want
|
||||||
to use. For the moment, the only available values
|
to use. For the moment, the only available values
|
||||||
are `rst` and `md`.
|
are `rst`, `md`, `markdown`, and `mkd`.
|
||||||
`MD_EXTENSIONS` (``['codehilite','extra']``) A list of the extensions that the Markdown processor
|
`MD_EXTENSIONS` (``['codehilite','extra']``) A list of the extensions that the Markdown processor
|
||||||
will use. Refer to the extensions chapter in the
|
will use. Refer to the extensions chapter in the
|
||||||
Python-Markdown documentation for a complete list of
|
Python-Markdown documentation for a complete list of
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue