-
Notifications
You must be signed in to change notification settings - Fork 897
Closed
Labels
bugBug report.Bug report.confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.coreRelated to the core parser code.Related to the core parser code.
Description
Regression in 3.4 - c0f6e5a is the first bad commit
Reproduction code:
import markdown
s = r'''
<img src="..\..\foo.png">
'''
print(repr(markdown.markdown(s)))Output before vs after:
'<p><img src="..\\..\\foo.png"></p>''<p><img src="..\\\x0246\x03.\\foo.png"></p>'Metadata
Metadata
Assignees
Labels
bugBug report.Bug report.confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.coreRelated to the core parser code.Related to the core parser code.