man/mustache.5.html in mustache-1.0.1 vs man/mustache.5.html in mustache-1.0.2
- old
+ new
@@ -123,14 +123,14 @@
template will try to find the <code>name</code> key in the current context. If
there is no <code>name</code> key, the parent contexts will be checked recursively.
If the top context is reached and the <code>name</code> key is still not found,
nothing will be rendered.</p>
-<p>All variables are HTML escaped by default. If you want to return
-unescaped HTML, use the triple mustache: <code>{{{name}}}</code>.</p>
+<p>All variables are HTML escaped by default. If you want to return raw contents
+without escaping, use the triple mustache: <code>{{{name}}}</code>.</p>
-<p>You can also use <code>&</code> to unescape a variable: <code>{{& name}}</code>. This may be
+<p>You can also use <code>&</code> to return its raw contents: <code>{{& name}}</code>. This may be
useful when changing delimiters (see "Set Delimiter" below).</p>
<p>By default a variable "miss" returns an empty string. This can usually
be configured in your Mustache library. The Ruby version of Mustache
supports raising an exception in this situation, for instance.</p>
@@ -413,10 +413,10 @@
<a href="http://mustache.github.io/" data-bare-link="true">http://mustache.github.io/</a></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'>DEFUNKT</li>
- <li class='tc'>October 2014</li>
+ <li class='tc'>February 2015</li>
<li class='tr'>mustache(5)</li>
</ol>
</div>
</body>