From 24c8226cbfd0c844c79937e0ccd58d8e899a3b4f 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/ --- docs/content/templates/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 8506fb1d6..cfe010e36 100644 --- a/docs/content/templates/variables.md +++ b/docs/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.