Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 324 Bytes

helpers_spec.md

File metadata and controls

17 lines (13 loc) · 324 Bytes

Input (with options={:extend_helpers=>true})

%span!= preserve "hello\nworld !"

Faml, Haml

<span>hello&#x000A;world !</span>

Hamlit (Error)

undefined method `preserve' for #<Object:0x00000003f80248>