erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.74k stars 1.12k forks source link

Footnotes 1.71 #654

Closed dwesolowski closed 5 years ago

dwesolowski commented 6 years ago

Footnotes in 1.7.1 are displaying with character entities ( ex. &lt ) and not html.

Issue seems to be line 1493

 $markup .= self::escape($Element['text'], true);
aidantwoods commented 5 years ago

This is being tracked in the repo for Parsedown-Extra: https://github.com/erusev/parsedown-extra/issues/118