1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 18:15:31 +02:00

style-guide: instruct to avoid nested placeholders (#17256)

This commit is contained in:
Managor 2025-07-18 12:58:00 +03:00 committed by GitHub
parent 88f6f01a8a
commit 81f1d34a9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]}}`. - Use `{{path/to/source.ext}}` instead of `{{path/to/source.tar[.gz|.bz2|.xz]}}`.
> [!IMPORTANT]
> Do not put placeholders inside placeholders.
### Keypress syntax ### Keypress syntax
To mark keypresses for TUI or GUI programs, use angle brackets `<` and `>`. To mark keypresses for TUI or GUI programs, use angle brackets `<` and `>`.