mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Accept mdown file extension for Markdown files.
This extension is sometimes used for Markdown files and is the default for a few editors, such as Sublime Text.
This commit is contained in:
parent
e03e17bc12
commit
08f27e0134
5 changed files with 25 additions and 6 deletions
|
|
@ -232,10 +232,11 @@ 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``,
|
||||
or ``.mkd``). 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::
|
||||
You can also use Markdown syntax (with a file ending in ``.md``,
|
||||
``.markdown``, ``.mkd``, or ``.mdown``). 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::
|
||||
|
||||
Title: My super title
|
||||
Date: 2010-12-03 10:20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue