-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Footnotes extension support #26
Comments
The C code is imported, just need to add bindings. PRs welcome! |
I've discovered in C library sources that it is not an extension but an option (that is ad-hoc parsed from |
@kivikakk PR created, idk what should I do something with
works as expected |
Amazing! |
Official implementation cmark-gfm has support for footnotes extension
which is the only one not supported by this library (maybe due to outdated included C library)
So when we run this library on input with footnote, like
It interprets [^1] as shortcut for link
The text was updated successfully, but these errors were encountered: