Added a note in the docs about metadata variablenames being lowercased before prosessed

This commit is contained in:
Kristian Botnen 2015-08-17 22:07:47 +02:00
commit dbec2a6c72

View file

@ -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.