man/mustache.5.ron in mustache-0.6.0 vs man/mustache.5.ron in mustache-0.7.0

- old
+ new

@@ -52,9 +52,12 @@ no `name` method, an exception will be raised. All variables are HTML escaped by default. If you want to return unescaped HTML, use the triple mustache: `{{{name}}}`. +You can also use `&` to unescape a variable: `{{& name}}`. This may be +useful when changing delimiters (see "Set Delimter" below). + By default a variable "miss" returns an empty string. This can usually be configured in your Mustache library. Template: