Open automatist opened 13 years ago
Should this be combination of single- and double-quotes? With 3 double-quotes (as its displayed here on GH) the text is parsed as simple paragraph:
'\t<p>label</p>'
The current version gives this:
<p><a href="<em>link</em>”>label</a></p>
Which is still wrong and gives a syntax error. Textile should not be applied inside html-code.
Generally I like how textile let's HTML pass through, but I recently came across a problem along the lines of the following:
from which python-textile 2.1.5 produces:
which not only is wrong, but introduces a run-away attribute value that swallows parts of the page!