From dbec2a6c7214996b2243d908005b7da4e9a35d99 Mon Sep 17 00:00:00 2001 From: Kristian Botnen Date: Mon, 17 Aug 2015 22:07:47 +0200 Subject: [PATCH] Added a note in the docs about metadata variablenames being lowercased before prosessed --- docs/content.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content.rst b/docs/content.rst index 1e6ba099..23b589e5 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -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.