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.79k stars 863 forks source link

Add ">" support for blockquote #1323

Closed alberic89 closed 1 year ago

alberic89 commented 1 year ago

This commit adds the possibility to use “>” instead of “>” to introduce a blockquote. This prevents blockquotes from not being rendered when Markdown is escaped.

waylan commented 1 year ago

Are there any other implementations which employ this behavior? More specifically, does the reference implementation?

If not, then I would suggest that you can implement this as a third-party extension.

facelessuser commented 1 year ago

Are there any other implementations which employ this behavior?

Absolutely not. When > is HTML escaped, it is not treated as Markdown by any implementation that I know of: https://babelmark.github.io/?text=%26gt%3B+test