mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:30:40 +08:00
Fix warning 20221018 (#9287)
* Fix Sphinx warning: ../CHANGELOG.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent. * Fix Sphinx warning: fish-shell/doc_src/language.rst:129: WARNING: Explicit markup ends without a blank line; unexpected unindent.
This commit is contained in:
parent
f3444bd0cb
commit
ad696a1ec3
|
@ -1,4 +1,5 @@
|
|||
.. ignore: 2271 9265 9252 8514 9241 9226 9214 9211 9206 9186 9099 9154 9152 9141 7717 9140 9134 9121 9111 9109 9091 9067 9028
|
||||
|
||||
fish 3.6.0 (released ???)
|
||||
===================================
|
||||
|
||||
|
|
|
@ -126,6 +126,7 @@ outputs ``hello world`` (without the apostrophes). In the former case the shell
|
|||
The special characters and their escape sequences are:
|
||||
|
||||
.. (next line features a non-breaking space - this will be rendered to a normal space instead of removed)
|
||||
|
||||
- :code:`\\\ ` (backslash space) escapes the space character. This keeps the shell from splitting arguments on the escaped space.
|
||||
- ``\$`` escapes the dollar character.
|
||||
- ``\\`` escapes the backslash character.
|
||||
|
|
Loading…
Reference in New Issue
Block a user