That in-line footnote definition style is not universally supported. Most Markdown footnote definitions require it to be defined separately, like so:
This is regular text.[^note]
[^note]: This is the body of the note.
Try that?
That in-line footnote definition style is not universally supported. Most Markdown footnote definitions require it to be defined separately, like so:
This is regular text.[^note]
[^note]: This is the body of the note.
Try that?