Skip to content

Commit 4bcbf9c

Browse files
authored
Update definition-lists.md
When I try to create a definition list with less than three spaces, it doesn't render locally.
1 parent 3a60a07 commit 4bcbf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syntax/definition-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Definition Lists
22

33

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.
55

66

77
## Basic definition list

0 commit comments

Comments
 (0)