From ad93e9a85e8822d99b615514f3a149b3604dbd6f Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Wed, 24 Jul 2024 12:04:17 -0400 Subject: [PATCH 1/2] fix markdown lint issues Auto-merge hurt. --- .../language-reference/xmldoc/recommended-tags.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/csharp/language-reference/xmldoc/recommended-tags.md b/docs/csharp/language-reference/xmldoc/recommended-tags.md index 16c166d6a2a4f..0f5ae7ed94834 100644 --- a/docs/csharp/language-reference/xmldoc/recommended-tags.md +++ b/docs/csharp/language-reference/xmldoc/recommended-tags.md @@ -256,15 +256,17 @@ The `` tag is for use inside a tag, such as [\](#summary), [\ ``` -The `` block is used to define the heading row of either a table or definition list. +The `` block is used to define the heading row of either a table or definition list. When defining a table: -* You only need to supply an entry for `term` in the heading. +* You only need to supply an entry for `term` in the heading. + * Each item in the list is specified with an `` block. For each `item`, you will only need to supply an entry for `description`. When creating a definition list: -* You must supply an entry for `term` in the heading. -* Each item in the list is specified with an `` block. Each `item` must contain both a `term` and `description`. + +* You must supply an entry for `term` in the heading. +* Each item in the list is specified with an `` block. Each `item` must contain both a `term` and `description`. A list or table can have as many `` blocks as needed. From ee3272b650b97293eb94b57119bae4073e68684a Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Wed, 24 Jul 2024 12:09:08 -0400 Subject: [PATCH 2/2] my typo --- docs/csharp/language-reference/xmldoc/recommended-tags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csharp/language-reference/xmldoc/recommended-tags.md b/docs/csharp/language-reference/xmldoc/recommended-tags.md index 0f5ae7ed94834..1e2f1ced320db 100644 --- a/docs/csharp/language-reference/xmldoc/recommended-tags.md +++ b/docs/csharp/language-reference/xmldoc/recommended-tags.md @@ -259,8 +259,8 @@ The `` tag is for use inside a tag, such as [\](#summary), [\` block is used to define the heading row of either a table or definition list. When defining a table: -* You only need to supply an entry for `term` in the heading. +* You only need to supply an entry for `term` in the heading. * Each item in the list is specified with an `` block. For each `item`, you will only need to supply an entry for `description`. When creating a definition list: