# [./spec/render/sanitize_spec.rb:24](../../../spec/render/sanitize_spec.rb#L24) ## Input ```haml &~ "
hello
" ``` ## Faml, Haml ```html <p>hello</p> ``` ## Hamlit ```html &~ "hello
" ``` # [./spec/render/sanitize_spec.rb:24](../../../spec/render/sanitize_spec.rb#L24) ## Input ```haml %span&~ "hello
" ``` ## Faml, Haml ```html <p>hello</p> ``` ## Hamlit ```html ~ "hello
" ```