keystonejs / keystone-classic

Node.js CMS and web app framework
http://v4.keystonejs.com
MIT License
14.64k stars 2.21k forks source link

Markdown Footnotes #1202

Open edwardessing opened 9 years ago

edwardessing commented 9 years ago

Hey all,

I'm trying to make footnotes for my site. As outlined in the Markdown syntax, footnotes are written like such:

That's some text with a footnote.[^1] [^1]: And that's the footnote.

However when I try to do this with the Markdown input field, it turns the line or word with the footnote attached into a link. The footnote itself is nowhere to be found...

ps I'm using this: '!= article.content.body.html', as the method for outputting my markdown as html.

Thanks

mxstbr commented 8 years ago

This is highly likely related to the Markdown parser we use. Will investigate after 0.4!