Sha256: 2e995f973aa090c989ac6f6030259ffc7e2b74dc975006f8cf93963efa91aa85
Contents?: true
Size: 311 Bytes
Versions: 16
Compression:
Stored size: 311 Bytes
Contents
# [./spec/render/filters/cdata_spec.rb:4](../../../../spec/render/filters/cdata_spec.rb#L4) ## Input ```haml :cdata hello #{'world'} <span>hello</span> ``` ## Faml, Haml ```html <![CDATA[ hello world <span>hello</span> ]]> ``` ## Hamlit (Error) ```html Filter "cdata" is not defined. ```
Version data entries
16 entries across 16 versions & 1 rubygems