Skip to content

Commit a236935

Browse files
BillWagnerCopilot
andauthored
List punctuation requirements (#49887)
* List punctuation requirements While lists do need to end in a period, that period may be inside style marks like `*`, `**`, or `***` * Update .github/instructions/Markdown.WritingStyle.instructions.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 8109dc9 commit a236935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/instructions/Markdown.WritingStyle.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ALWAYS:
4141
- **MANDATORY: Number ordered lists using "1." for every item (NOT 1., 2., 3.) - ALWAYS USE "1."**
4242
- **REQUIRED: Use bullets for unordered lists - NEVER use numbers for unordered content**
4343
- **ESSENTIAL: Write complete sentences in lists with proper punctuation**
44-
- **MUST: End list items with periods if more than three words - THIS IS NON-NEGOTIABLE**
44+
- **MUST: End list items with periods if more than three words. The period may be inside style marks like `*` for italic or `**` for bold - THIS IS NON-NEGOTIABLE**
4545
- Skip end punctuation on titles, headings, and UI elements (3 words or fewer)
4646

4747
### Spacing and Layout

0 commit comments

Comments
 (0)