UPDATE Jade v0.24.0 fixes this with a != syntax for attributes. option(value!=\'<%= id %>\')
!=
option(value!=\'<%= id %>\')
I\'m trying to bu
This feature has been added to Jade. You simply use the != operator if you want to unescape attribute values:
script#my-template(type='text/template') a(href!='<%= url =>') Clicky clicky...