A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Python-Markdown/markdown/issues/1358 below:

Regression in unescaping backslash in attribute · Issue #1358 · Python-Markdown/markdown · GitHub

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