mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Haml] Document the CDATA filter.
This commit is contained in:
parent
eaa03cd50d
commit
0b0ded0ba5
1 changed files with 2 additions and 0 deletions
|
@ -711,6 +711,8 @@ require 'haml/version'
|
||||||
# [javascript] Surrounds the filtered text with <script> and CDATA tags.
|
# [javascript] Surrounds the filtered text with <script> and CDATA tags.
|
||||||
# Useful for including inline Javascript.
|
# Useful for including inline Javascript.
|
||||||
#
|
#
|
||||||
|
# [cdata] Surrounds the filtered text with CDATA tags.
|
||||||
|
#
|
||||||
# [escaped] Works the same as plain, but HTML-escapes the text
|
# [escaped] Works the same as plain, but HTML-escapes the text
|
||||||
# before placing it in the document.
|
# before placing it in the document.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue