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>'
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4