From 81f1d34a9a2357b5e39afb55642f5e27bcdb30bd Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 18 Jul 2025 12:58:00 +0300 Subject: [PATCH] style-guide: instruct to avoid nested placeholders (#17256) --- contributing-guides/style-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 6cb68009ef..a2dd2bf575 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -489,6 +489,9 @@ When documenting optional placeholders like paths or file extensions, it is sugg - Use `{{path/to/source.ext}}` instead of `{{path/to/source.tar[.gz|.bz2|.xz]}}`. +> [!IMPORTANT] +> Do not put placeholders inside placeholders. + ### Keypress syntax To mark keypresses for TUI or GUI programs, use angle brackets `<` and `>`.