Open
Description
Generally I like how textile let's HTML pass through, but I recently came across a problem along the lines of the following:
import textile
print textile.textile("""<a href="_link_">label</a>""")
from which python-textile 2.1.5 produces:
<p><a href="<em>link</em>“>label</a></p>
which not only is wrong, but introduces a run-away attribute value that swallows parts of the page!
Metadata
Metadata
Assignees
Labels
No labels