Hacker News new | ask | show | jobs
by latexr 847 days ago
Thank you. This is the specific answer I was looking for.

Small note: on that link the footnote syntax is wrong (unless Supernotes uses their own specific syntax) in that it should be [^Footnote] (caret inside the brackets).

1 comments

Aha that's just an inline footnote, we support both in Supernotes. So you can quickly write ^[Name of Reference] (that will auto assign it the number 1 once rendered) rather than [^1] ... [1]: Name of Reference.

Footnotes aren't part of the original Markdown specification (https://daringfireball.net/projects/markdown/)