You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/syntax/definition-lists.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# Definition Lists
1
+
# Definition lists
2
2
3
3
4
-
A Definition List in Markdown is created by writing a term on one line, followed by a colon and at least one space (`: `) on the next line, followed by the definition. Multiple paragraphs in the definition should be indented with spaces to match the definition text.
4
+
A definition list in Markdown is created by writing a term on one line, followed by a colon and at least three spaces (`:`) on the next line, followed by the definition. Multiple paragraphs in the definition should be indented with spaces to match the definition text.
0 commit comments