From 2533b39a508c33a3d8c0c46f9c01b9e7d8cdd654 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Ruel Date: Thu, 2 Jul 2015 11:58:38 -0400 Subject: [PATCH] Document Page.RawContent in templates/variables/ --- content/templates/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/templates/variables.md b/content/templates/variables.md index 8506fb1d6..cfe010e36 100644 --- a/content/templates/variables.md +++ b/content/templates/variables.md @@ -49,6 +49,7 @@ matter, content or derived from file location. **.WordCount** The number of words in the content.
**.ReadingTime** The estimated time it takes to read the content in minutes.
**.Weight** Assigned weight (in the front matter) to this content, used in sorting.
+**.RawContent** Raw Markdown content without the metadata header. Useful with [remarkjs.com](http://remarkjs.com)
**.IsNode** Always false for pages.
**.IsPage** Always true for page.
**.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.