clayrisser / sphinx-markdown-parser

write markdown inside of docutils & sphinx projects
https://codejam.ninja
Other
19 stars 8 forks source link

Some characters inside a code block are escaped twice #11

Closed beshoyabdelmalak closed 4 years ago

beshoyabdelmalak commented 4 years ago

It seems like some characters (like < ,> and & ) are escaped twice within a code block. Instead of showing the character itself, the html entity code would be shown.

markdown-bug-special-chars.zip