mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Added a note in the docs about metadata variablenames being lowercased before prosessed
This commit is contained in:
parent
de6bd537b5
commit
dbec2a6c72
1 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,10 @@ Metadata syntax for Markdown posts should follow this pattern::
|
|||
|
||||
This is the content of my super blog post.
|
||||
|
||||
.. note::
|
||||
|
||||
Remember that all metadata variablenames are lowercased before they are prosessed by Pelican.
|
||||
|
||||
Readers for additional formats (such as AsciiDoc_) are available via plugins.
|
||||
Refer to `pelican-plugins`_ repository for those.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue