trentm / python-markdown2

markdown2: A fast and complete implementation of Markdown in Python
Other
2.64k stars 431 forks source link

Fix fenced code blocks breaking lists (#580) #582

Closed Crozzers closed 3 months ago

Crozzers commented 3 months ago

This PR fixes #580.

The FencedCodeBlocks extra wasn't adding the correct indentation to the closing </code></pre> tags, which would break the HTML when inside lists.

nicholasserra commented 3 months ago

LGTM thank you!