Open MathieuDerelle opened 7 years ago
the readme suggest to use the syntax != ap({ foo: :bar }) in haml
!= ap({ foo: :bar })
but the following code
!= ap({ foo: :bar }) %div != ap({ foo: :bar }) %div != ap({ foo: :bar })
will produce
wherease = preserve(ap({ foo: :bar })) produce the expected
= preserve(ap({ foo: :bar }))
the readme suggest to use the syntax
!= ap({ foo: :bar })
in hamlbut the following code
will produce
wherease
= preserve(ap({ foo: :bar }))
produce the expected