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.