Skip to content

Commit

Permalink
add commit on triple brace. Thanks A Mellnik
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Jul 1, 2015
1 parent 45a786b commit c2e6e2d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
 
Linux: [![Build Status](https://travis-ci.org/jverzani/Mustache.jl.svg?branch=master)](https://travis-ci.org/jverzani/Mustache.jl)
 
Windows: [![Build Status](https://ci.appveyor.com/api/projects/status/github/jverzani/Mustache.jl?branch=master&svg=true)](https://ci.appveyor.com/project/tkelman/example-jl/branch/master)
Windows: [![Build Status](https://ci.appveyor.com/api/projects/status/github/jverzani/Mustache.jl?branch=master&svg=true)](https://ci.appveyor.com/project/jverzani/sympy-jl)

# Mustache

Expand Down Expand Up @@ -110,7 +110,11 @@ gives

### Variables

Tags representing variables have the form `{{varname}}`, `{{:symbol}}`, or their triple-braced versions. (The triple brace prevents HTML substitution for entities such as `<`.)
Tags representing variables have the form `{{varname}}`,
`{{:symbol}}`, or their triple-braced versions `{{{varname}}}` or
`{{{:symbol}}}`. The triple brace prevents HTML substitution for
entities such as `<`. The following are escaped when only double
braces are used: "&", "<", ">", "'", "\", and "/".

### Sections

Expand Down

0 comments on commit c2e6e2d

Please sign in to comment.