MacDownApp / macdown

Open source Markdown editor for macOS.
https://macdown.uranusjr.com/
9.45k stars 1.09k forks source link

source highlight of footnotes #797

Open notlsd opened 7 years ago

notlsd commented 7 years ago

If there are spaces on footnote, the rendering on .md source file cannot be correctly displayed.

FranklinYu commented 7 years ago

Any examples?

notlsd commented 7 years ago

ss

FranklinYu commented 7 years ago

Oh, you mean the source highlight. Yes, PEG is full of bugs. I'm not even sure whether PEG supports footnotes; the first one may just be treated by PEG as footnote-style hyperlink, instead of being correctly recognized as footnote.