mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
[docs] Fix build warning plus the rendering of the escaped space
Use a `:code:` role for the escaped space, it avoids the nastiness of the whitespace mangling in inline literals.
This commit is contained in:
parent
8181883111
commit
57508b46d2
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ Some characters can not be written directly on the command line. For these chara
|
|||
- ``\r`` represents the carriage return character
|
||||
- ``\t`` represents the tab character
|
||||
- ``\v`` represents the vertical tab character
|
||||
- ``\\ `` escapes the space character
|
||||
- :code:`\ ` escapes the space character
|
||||
- ``\$`` escapes the dollar character
|
||||
- ``\\`` escapes the backslash character
|
||||
- ``\*`` escapes the star character
|
||||
|
|
Loading…
Reference in a new issue