Update docs/settings.rst

Updated commit based on the discussion in the pull request.
This commit is contained in:
Michael Reneer 2012-11-26 13:03:25 -05:00
commit 103ae436c9

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', 'markdown', 'mkd')``) A list of available markup languages you want
`MARKUP` (``('rst', 'md')``) A list of available markup languages you want
to use. For the moment, the only available values
are `rst`, `md`, `markdown`, and `mkd`.
are `rst`, `md`, `markdown`, `mkd`, `html`, and `htm`.
`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