Regression in 3.4 - c0f6e5a31ea8e7fe98910a0523144c2a96fa9bf1 is the first bad commit Reproduction code: ```python import markdown s = r''' ''' print(repr(markdown.markdown(s))) ``` Output before vs after: ```python '' ``` ```python '' ```