shithub: hugo

Download patch

ref: 24c8226cbfd0c844c79937e0ccd58d8e899a3b4f
parent: c9fc0e786f1f957b16479fba3e8c039d7f5d03f3
author: Marc-Antoine Ruel <[email protected]>
date: Thu Jul 2 07:58:38 EDT 2015

Document Page.RawContent in templates/variables/

--- a/docs/content/templates/variables.md
+++ b/docs/content/templates/variables.md
@@ -49,6 +49,7 @@
 **.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>