Jade converts & to & when JavaScript is used
问题 I've just started using Harp 0.30.1 which comes with Jade installed as a pre-processor. So I'm just starting with Jade, too. I have a folder containing a set of files with filenames like This-is-an-MD-file.md . With the index.jade file in this folder, I want to produce the following HTML output: <ul> <li><a href="This-is-an-MD-file.html">This is an MD file</a></li> </ul> I have understood enough about Jade and mixins to produce this... - var trim = function(string) { - var index = string