Update getting_started.rst

Explain to beginners of Pelican that .markdown is not supported by default.
This commit is contained in:
Ryan Collins 2013-04-26 11:58:10 -03:00
commit 0e212db8cb

View file

@ -236,8 +236,9 @@ Pelican implements an extension to reStructuredText to enable support for the
This will be turned into :abbr:`HTML (HyperText Markup Language)`.
You can also use Markdown syntax (with a file ending in ``.md``,
``.markdown``, ``.mkd``, or ``.mdown``). Markdown generation requires that you
You can also use Markdown syntax with a file ending in ``.md``. To use other
extensions, such as ``.markdown``, ``.mkd``, or ``.mdown``, you will need to
add the MARKUP() setting to your config file. Markdown generation requires that you
first explicitly install the ``Markdown`` package, which can be done via ``pip
install Markdown``. Metadata syntax for Markdown posts should follow this
pattern::