Fsnotes: Support for footnotes ?

Created on 10 Mar 2019  路  2Comments  路  Source: glushchenko/fsnotes

I know there's support for internal link, but the [[]]keys don't match the footnote feature (usually [^x] and [^x]: for the footnote itself). I thought that GFM support that ?

done request

Most helpful comment

Footnotes are already supported in cmark-gfm.
However, cmark-gfm-swift, which is a swift wrapper for cmark-gfm, doesn't enable it by default, and there is no way to enable it.

I've recently issues PR for enabling it (GitHawkApp/cmark-gfm-swift#14).
When it merges, fsnotes supports footnotes without any changes in main source code.

All 2 comments

Footnote support is a great feature, would love that!

Footnotes are already supported in cmark-gfm.
However, cmark-gfm-swift, which is a swift wrapper for cmark-gfm, doesn't enable it by default, and there is no way to enable it.

I've recently issues PR for enabling it (GitHawkApp/cmark-gfm-swift#14).
When it merges, fsnotes supports footnotes without any changes in main source code.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ebsmv picture ebsmv  路  4Comments

gmenzel picture gmenzel  路  3Comments

lowski picture lowski  路  3Comments

volt4ire picture volt4ire  路  4Comments

peanutputter picture peanutputter  路  4Comments