Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kainjow committed Apr 20, 2015
1 parent ef6db99 commit ec73ff5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ tmpl.render({"what", "World"}, [&ss](const std::string& str) {
// ss.str() == "Hello World!"
````
## Supported Features
This library supports all current Mustache features.
- Variables
- HTML escaping
- Sections
- Inverted Sections
- True/False
- Lists
- Lambdas
- Partials
- Comments
- Set Delimiter
## Compilers Tested
- Xcode 4.6, 6.3
Expand Down

0 comments on commit ec73ff5

Please sign in to comment.