mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #611 from michaelreneer/master
Updated documentation
This commit is contained in:
commit
e14623b46c
1 changed files with 4 additions and 4 deletions
|
|
@ -166,10 +166,10 @@ Pelican implements an extension of reStructuredText to enable support for the
|
||||||
|
|
||||||
This will be turned into :abbr:`HTML (HyperText Markup Language)`.
|
This will be turned into :abbr:`HTML (HyperText Markup Language)`.
|
||||||
|
|
||||||
You can also use Markdown syntax (with a file ending in ``.md``).
|
You can also use Markdown syntax (with a file ending in ``.md``, ``.markdown``,
|
||||||
Markdown generation will not work until you explicitly install the ``Markdown``
|
or ``.mkd``). Markdown generation will not work until you explicitly install the
|
||||||
package, which can be done via ``pip install Markdown``. Metadata syntax for
|
``Markdown`` package, which can be done via ``pip install Markdown``. Metadata
|
||||||
Markdown posts should follow this pattern::
|
syntax for Markdown posts should follow this pattern::
|
||||||
|
|
||||||
Title: My super title
|
Title: My super title
|
||||||
Date: 2010-12-03 10:20
|
Date: 2010-12-03 10:20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue