Skip to content

Commit 817b265

Browse files
authored
Modify footnote to allow multiple lines
Updated footnote syntax to include a second line.
1 parent 04e877d commit 817b265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ 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, add 2 spaces to the end of a line. <!-- This line has 2 spaces after the period -->
403+
[^2]: To add line breaks within a footnote, add 2 spaces to the end of a line.
404404
This is a second line.
405405
```
406406

0 commit comments

Comments
 (0)