add note about footnotes and Gogs

This commit is contained in:
notnull 2024-04-06 23:47:14 -04:00
parent 583e461597
commit 204736175d

4
doc.md
View File

@ -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 cant 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 cant 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}