''' print(repr(markdown.markdown(s))) Output before vs after: '

Regression in unescaping backslash in attribute · Issue #1358 · Python-Markdown/markdown (original) (raw)

Regression in 3.4 - c0f6e5a is the first bad commit

Reproduction code:

import markdown

s = r''' ''' print(repr(markdown.markdown(s)))

Output before vs after:

'

'

'

'