Sha256: c0836d2cf1800bc95adbfa862c62480c3926934bdf0e0cbed6d55ea367b831ca
Contents?: true
Size: 459 Bytes
Versions: 6
Compression:
Stored size: 459 Bytes
Contents
# [./spec/render/filters/preserve_spec.rb:5](../../../../spec/render/filters/preserve_spec.rb#L5) ## Input ```haml %span start :preserve hello #{"<p>wor\nld</p>"} <span>hello</span> %span end ``` ## Faml, Haml ```html <span>start</span> hello
 <p>wor
ld</p>
<span>hello</span> <span>end</span> ``` ## Hamlit ```html <span>start</span> hello
 <p>wor ld</p>
<span>hello</span> <span>end</span> ```
Version data entries
6 entries across 6 versions & 1 rubygems