Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.74k stars 858 forks source link

Fix admonition corner case with indented code blocks #1380

Closed facelessuser closed 1 year ago

facelessuser commented 1 year ago

Fix a corner case in admonitions where if an indented code block was provided as the first block, the output would be malformed.

Fixes #1329