mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 03:15:37 +02:00
CLIENT-SPECIFICATION: remove trailing whitespace (#15865)
Update CLIENT-SPECIFICATION.md
This commit is contained in:
parent
93e636835c
commit
315f1e2114
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ Although this specification is about the interface that clients must provide, it
|
|||
Things to take into account:
|
||||
- Clients MAY highlight the placeholders and MUST remove the surrounding curly braces.
|
||||
- If option placeholders are set to show only shortform or longform options, they MUST not be highlighted. This is because there is no longer user choice involved.
|
||||
- Clients MUST remove the angle brackets from option placeholders when only short- or longform is shown.
|
||||
- Clients MUST remove the angle brackets from option placeholders when only short- or longform is shown.
|
||||
- Clients MUST NOT treat them as the placeholder syntax if they are escaped using `\` (i.e. `\{\{` and `\}\}`) and MUST instead display literal braces, without backslashes. Placeholder escaping applies only when both braces are escaped (e.g. in `\{` or `\{{`, backslashes MUST be displayed).
|
||||
- In cases when a command uses `{}` in its arguments (e.g. `stash@{0}`) **_the outer braces_** mark the placeholder - the braces inside MUST be displayed.
|
||||
- Clients MUST NOT break if the page format is changed within the _CommonMark_ specification.
|
||||
|
|
Loading…
Add table
Reference in a new issue