Update docs/settings.rst

Updated the documentation for the MARKUP setting to reflect the current supported markup file extensions.
This commit is contained in:
Michael Reneer 2012-11-26 11:26:33 -05:00
commit 4de668159d

View file

@ -60,9 +60,9 @@ Setting name (default value) What doe
here or a single string representing one locale.
When providing a list, all the locales will be tried
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
are `rst` and `md`.
are `rst`, `md`, `markdown`, and `mkd`.
`MD_EXTENSIONS` (``['codehilite','extra']``) A list of the extensions that the Markdown processor
will use. Refer to the extensions chapter in the
Python-Markdown documentation for a complete list of