mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 05:01:15 -03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user