Sha256: e913cde94fedc04bd5c418b42eaaec7bb515c285e3a137227a8f36b232cdf7dc
Contents?: true
Size: 462 Bytes
Versions: 16
Compression:
Stored size: 462 Bytes
Contents
# [./spec/render/sanitize_spec.rb:24](../../../spec/render/sanitize_spec.rb#L24) ## Input ```haml &~ "<p>hello</p>" ``` ## Faml, Haml ```html <p>hello</p> ``` ## Hamlit ```html &~ "<p>hello</p>" ``` # [./spec/render/sanitize_spec.rb:24](../../../spec/render/sanitize_spec.rb#L24) ## Input ```haml %span&~ "<p>hello</p>" ``` ## Faml, Haml ```html <span><p>hello</p></span> ``` ## Hamlit ```html <span>~ "<p>hello</p>"</span> ```
Version data entries
16 entries across 16 versions & 1 rubygems