Skip to content

Commit 9389467

Browse files
authored
Merge pull request #2749 from madeline-underwood/ins_update
Code fence integrity spec added to ai ins
2 parents d08445e + bf859a6 commit 9389467

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ Voice and Tone:
208208
- Formatting standards: **Bold text** for UI elements (buttons, menu items, field names), *Italic text* for emphasis and new terms, `Code formatting` for file names, commands, code elements.
209209
- Use shortcodes for common pitfalls, warnings, important notes.
210210

211+
### Code fence integrity
212+
213+
- Every fenced code block opened with triple backticks (```) MUST be explicitly closed with matching triple backticks before any non-code content resumes
214+
- Never generate unterminated or partial code fences
215+
- Do not rely on implicit closure, indentation, or surrounding formatting to end a code block
216+
211217
## Arm naming and architecture terms
212218

213219
- Use Arm for the brand in prose (for example, "Arm processors", "Arm servers").

0 commit comments

Comments
 (0)