From 4bcbf9cb8f0c5e481ca721b7b843fecab67c9e03 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 6 May 2025 18:01:53 -0700 Subject: [PATCH 1/2] Update definition-lists.md When I try to create a definition list with less than three spaces, it doesn't render locally. --- docs/syntax/definition-lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/definition-lists.md b/docs/syntax/definition-lists.md index 4ba2f87f2..059f069cc 100644 --- a/docs/syntax/definition-lists.md +++ b/docs/syntax/definition-lists.md @@ -1,7 +1,7 @@ # Definition Lists -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. +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. ## Basic definition list From cdbb9b86e3eb05bfcdac5a5a00813ba1d450c10f Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 6 May 2025 19:02:33 -0700 Subject: [PATCH 2/2] Update docs/syntax/definition-lists.md --- docs/syntax/definition-lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax/definition-lists.md b/docs/syntax/definition-lists.md index 059f069cc..dee52933a 100644 --- a/docs/syntax/definition-lists.md +++ b/docs/syntax/definition-lists.md @@ -1,4 +1,4 @@ -# Definition Lists +# Definition lists 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.