1
0
Fork 0
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:
Nathan Weizenbaum 2009-04-28 23:46:47 -07:00
parent eaa03cd50d
commit 0b0ded0ba5

View file

@ -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.
# #