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
|
|
@ -80,7 +80,7 @@ Setting name (default value) What doe
|
|||
until one works.
|
||||
`MARKUP` (``('rst', 'md')``) A list of available markup languages you want
|
||||
to use. For the moment, the only available values
|
||||
are `rst`, `md`, `markdown`, `mkd`, `html`, and `htm`.
|
||||
are `rst`, `md`, `markdown`, `mkd`, `mdown`, `html`, and `htm`.
|
||||
`IGNORE_FILES` (``[]``) A list of file globbing patterns to match against the
|
||||
source files to be ignored by the processor. For example
|
||||
``['.#*']`` will ignore emacs temporary files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue