Skip to content

Commit

Permalink
Updated documentation to reference filters
Browse files Browse the repository at this point in the history
  • Loading branch information
jessemiller committed Dec 30, 2010
1 parent e4823d9 commit f963114
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion reference.md
Expand Up @@ -269,4 +269,14 @@ is compiled to:
{% endblock %}


Notice that block, for, if and else are all automatically closed. Using endfor, endif or endblock will throw an exception.
Notice that block, for, if and else are all automatically closed. Using endfor, endif or endblock will throw an exception.

## Filters

### :javascript

Surrounds the filtered text with <script> and CDATA tags. Useful for including inline Javascript.

### :css

Surrounds the filtered text with <style> and CDATA tags. Useful for including inline CSS.

0 comments on commit f963114

Please sign in to comment.