gruntjs / grunt-contrib-pug

Compile Pug templates.
http://gruntjs.com/
MIT License
328 stars 77 forks source link

template in html attribute not converted #172

Closed edgar0011 closed 8 years ago

edgar0011 commented 8 years ago

pug: h1 #{appVersion} .non-supported-browsers(version="#{appVersion}")

html: <h1> tbc1472023922495</h1> <div class="non-supported-browsers" version="#{appVersion}">

shinnn commented 8 years ago

https://github.com/pugjs/pug/issues/2305#issue-148065470