jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

the real Github markdown doesn't support footnotes, but this project does #49

Open ellisonch opened 8 years ago

ellisonch commented 8 years ago

Footnotes like

blah blah[^1] blah blah
...
[^1]: Footnote

Are supported in jbt/markdown-editor, but they are (shamefully) not supported in the real github (https://github.com/github/markup/issues/498) When I wrote up my readme, your editor tricked me :)

ncovercash commented 7 years ago

Is this a bad thing?

ellisonch commented 7 years ago

If your goal is to match the "GitHub-Flavored" markdown, then yes, because this is too permissive.