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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user