From 204736175ddf4489c61f2c4b9e559e9e3f6b3f6d Mon Sep 17 00:00:00 2001 From: notnull Date: Sat, 6 Apr 2024 23:47:14 -0400 Subject: [PATCH] add note about footnotes and Gogs --- doc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc.md b/doc.md index d48ed0a..7422e81 100644 --- a/doc.md +++ b/doc.md @@ -187,7 +187,7 @@ Tables are easy to implement in markdown, and they end up looking decent: ### footnote -Footnotes are an impressive feature of markdown! Identifiers can be numbers or words, but they can’t contain spaces or tabs. Identifiers only correlate the footnote reference with the footnote itself — in the output, footnotes are numbered sequentially. +[Footnotes](Footnotes) are an impressive feature of markdown! Identifiers can be numbers or words, but they can’t contain spaces or tabs. Identifiers only correlate the footnote reference with the footnote itself — in the output, footnotes are numbered sequentially. Here's a simple footnote,[^1] and here's a longer one.[^bignote] @@ -201,6 +201,8 @@ Here's a simple footnote,[^1] and here's a longer one.[^bignote] This sentence follows the second footnote but won't be included because it's not indented. +Note: Not sure about GitHub, but Gogs markdown does not implement footnotes correctly! However, they are implemented correctly in LaTeX and HTML. + ### heading id #### My Great Heading {#custom-id}