add note about footnotes and Gogs
This commit is contained in:
parent
583e461597
commit
204736175d
4
doc.md
4
doc.md
@ -187,7 +187,7 @@ Tables are easy to implement in markdown, and they end up looking decent:
|
|||||||
|
|
||||||
### footnote
|
### 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]
|
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.
|
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
|
### heading id
|
||||||
|
|
||||||
#### My Great Heading {#custom-id}
|
#### My Great Heading {#custom-id}
|
||||||
|
Loading…
Reference in New Issue
Block a user