From fd7edaa4fe3efc3a15381cceef5aa0dc1322a06b Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Thu, 19 Feb 2026 17:27:43 +1100 Subject: [PATCH] Minor tweak to markup instructions for docs (#26168) --- .github/instructions/docs.en.instructions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/instructions/docs.en.instructions.md b/.github/instructions/docs.en.instructions.md index 97801a724f..0491f99374 100644 --- a/.github/instructions/docs.en.instructions.md +++ b/.github/instructions/docs.en.instructions.md @@ -21,8 +21,10 @@ applyTo: "docs/en/**" - Do not apply bold or italic styling inside a heading. - **Formatting:** - **Bold:** Only for UI elements (buttons, menu items). - - **Italics (Emphasis):** For tool names (e.g., *QGroundControl*). - **Inline Code:** Use backticks for file paths, parameters, and CLI commands (e.g., `prettier`). + Backticks are optional for hyperlinked CLI commands and tool names. + - **Italics (Emphasis):** Use for application names (e.g., *QGroundControl*). + Emphasis is optional for hyperlinked applications. - **Structure:** End every line at the end of a sentence (Semantic Line Breaks). ## Linking & Navigation