1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update Footnote markdown example syntax to properly display multiline footnotes in *.md pages (#40888)

Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
Timothy Hull
2025-10-27 14:18:15 -07:00
committed by GitHub
parent 9c765ab98a
commit 30ae27a980

View File

@@ -400,8 +400,8 @@ Here is a simple footnote[^1].
A footnote can also have multiple lines[^2].
[^1]: My reference.
[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
This is a second line.
[^2]: To add line breaks within a footnote, add 2 spaces to the end of a line.
This is a second line.
```
The footnote will render like this: