Skip to content

Commit

Permalink
Doc for whitespace slurp, updated CHANGELOG for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Sep 7, 2015
1 parent ee4985f commit f72b982
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.3.4: 2015-09-04

+ Whitespace slurp tag syntax -- `<%_ _%>` (@andidev)

## v2.3.3: 2015-07-11

* Fixed false positives for old `include` preprocessor directive (@mde)
Expand Down
6 changes: 4 additions & 2 deletions docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ Table of contents
- `<%=`: Escaped output
- `<%-`: Unescaped output
- `<%#`: Comments
- `<%`: Scriptlets
- `<%`: Scriptlet
- `<%_`: Scriptlet, removes all preceeding whitespace
- Ending tags
- `%>`: Regular ending tag
- `-%>`: Whitespace-trimming ending tag
- `-%>`: Removes trailing newline
- `_%>`: Removes all trailing whitespace
- Literal tag
- Including other files
- “Preprocessor” directive
Expand Down

0 comments on commit f72b982

Please sign in to comment.