pedroth / nabladown.js

A parser and renderer for the nabladown.js language.
https://pedroth.github.io/nabladown.js
Apache License 2.0
4 stars 0 forks source link

Defining footnotes inside macros #6

Open pedroth opened 2 weeks ago

pedroth commented 2 weeks ago

I defined a footnote inside a macro, e.g:

[a_macro_application ]::
Defining a footnote[^1]
::

[^1]: footnote content

This footnote should appear and it is not. v3.0.1

pedroth commented 2 weeks ago

There is a workaround

[a_macro_application ]::
Defining a footnote[^1]

[^1]: complete definition inside the marcro application is going to work+/-
::