I really like this editor, but it seems that it doesn't support footnotes like in https://github.com/markdown-it/markdown-it-footnote/blob/master/README.md.
It would be very useful if the editor could support it.
I really need this feature, too. Please support it!
I also need footnote support
I think you can tweak it by handling markdown-it renderer.
see the answer here https://github.com/nhnent/tui.editor/issues/289
I followed your instructions and created PR #292
I would like to +1 for this feature. it will be really great if TuiEditor support footnotes in future!~
Look like markdown-it is no longer used in new version. Previously i am trying to make a custom build with markdown-it footnote plugin. But for new Tui-editor, it doesn't use markdown-it anymore. Anyone have idea to support footnote in TuiEditor?