# [./spec/render/sanitize_spec.rb:25](../../../spec/render/sanitize_spec.rb#L25) ## Input ```haml &~ "

hello

" ``` ## Faml, Haml ```html <p>hello</p> ``` ## Hamlit ```html &~ "

hello

" ``` # [./spec/render/sanitize_spec.rb:25](../../../spec/render/sanitize_spec.rb#L25) ## Input ```haml %span&~ "

hello

" ``` ## Faml, Haml ```html <p>hello</p> ``` ## Hamlit ```html ~ "

hello

"
```