miyuchina / mistletoe

A fast, extensible and spec-compliant Markdown parser in pure Python.
MIT License
811 stars 113 forks source link

html.unescape in tokenizer #135

Closed not-my-profile closed 2 years ago

not-my-profile commented 2 years ago

This PR fixes that HTML entities end up in the LaTeX output by the LaTeXRenderer. For details see the individual commits.

If you like these changes, please merge them without squashing.

pbodnar commented 2 years ago

Thank you. :)

BTW You may have noticed that I'm a fan of conventional commits, if you would like to give it a try. But I won't force it on you. ;)