mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update getting_started.rst
Explain to beginners of Pelican that .markdown is not supported by default.
This commit is contained in:
parent
0397274fed
commit
0e212db8cb
1 changed files with 3 additions and 2 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue