mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 07:15:29 +02:00
style-guide: instruct to avoid nested placeholders (#17256)
This commit is contained in:
parent
88f6f01a8a
commit
81f1d34a9a
1 changed files with 3 additions and 0 deletions
|
@ -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 `>`.
|
||||
|
|
Loading…
Add table
Reference in a new issue