jbt / markdown-editor

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

remove footnote #112

Closed cmnguyen01 closed 4 years ago

cmnguyen01 commented 4 years ago

this is a fix for the #49 this fix removes any instances of footnotes of [^1]: I have a regex in the output function where it search and replace the footnote notations with " " and before the render so the footnotes won't show in the output.