Document Page.RawContent in templates/variables/
authorMarc-Antoine Ruel <maruel@chromium.org>
Thu, 2 Jul 2015 15:58:38 +0000 (11:58 -0400)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 2 Jul 2015 17:24:30 +0000 (19:24 +0200)
docs/content/templates/variables.md

index 8506fb1d686ee64aa9c4f129fbe01be23eefe460..cfe010e36755454b4b1a74aef64a466d846e8bb3 100644 (file)
@@ -49,6 +49,7 @@ matter, content or derived from file location.
 **.WordCount** The number of words in the content.<br>
 **.ReadingTime** The estimated time it takes to read the content in minutes.<br>
 **.Weight** Assigned weight (in the front matter) to this content, used in sorting.<br>
+**.RawContent** Raw Markdown content without the metadata header. Useful with [remarkjs.com](http://remarkjs.com)<br>
 **.IsNode** Always false for pages.<br>
 **.IsPage** Always true for page.<br>
 **.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.<br>