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

Ensure fenced code attributes are properly escaped. #1248

Closed waylan closed 2 years ago

waylan commented 2 years ago

Fixes #1247.

Note that the relevant sections of code were also converted to use f-strings.