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:
Michael Jarvis 2022-10-18 11:23:12 -05:00 committed by GitHub
parent f3444bd0cb
commit ad696a1ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -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 ???)
===================================

View File

@ -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.