How To Make Jade Stop Html Encoding Element Attributes, And Produce A Literal String Value?
UPDATE Jade v0.24.0 fixes this with a != syntax for attributes. option(value!=' ') I'm…
Read more
How To Make Jade Stop Html Encoding Element Attributes, And Produce A Literal String Value?