From 0e212db8cb1e02dd1777d7e062bde1b1b863d8b0 Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Fri, 26 Apr 2013 11:58:10 -0300 Subject: [PATCH] Update getting_started.rst Explain to beginners of Pelican that .markdown is not supported by default. --- docs/getting_started.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index c93e0844..19483b3a 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -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::