Skip to content

Commit f57c6ec

Browse files
authored
Merge pull request #58219 from github/repo-sync
Repo sync
2 parents f02d2af + 30ae27a commit f57c6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ Here is a simple footnote[^1].
400400
A footnote can also have multiple lines[^2].
401401
402402
[^1]: My reference.
403-
[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
404-
This is a second line.
403+
[^2]: To add line breaks within a footnote, add 2 spaces to the end of a line.
404+
This is a second line.
405405
```
406406

407407
The footnote will render like this:

0 commit comments

Comments
 (0)