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
* 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]>
Copy file name to clipboardExpand all lines: .github/instructions/Markdown.WritingStyle.instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ ALWAYS:
41
41
-**MANDATORY: Number ordered lists using "1." for every item (NOT 1., 2., 3.) - ALWAYS USE "1."**
42
42
-**REQUIRED: Use bullets for unordered lists - NEVER use numbers for unordered content**
43
43
-**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**
45
45
- Skip end punctuation on titles, headings, and UI elements (3 words or fewer)
0 commit comments