mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 19:51:14 -03:00
Fix some busted escape sequences in docs, and slightly reformat a few examples
This commit is contained in:
@@ -51,8 +51,10 @@ If `-e` is used, the following sequences are recognized:
|
||||
|
||||
\fish
|
||||
echo 'Hello World'
|
||||
# Print hello world to stdout
|
||||
|
||||
echo -e 'Top\nBottom'
|
||||
# Print Top and Bottom on separate lines, using an escape sequence
|
||||
\endfish
|
||||
Print hello world to stdout
|
||||
|
||||
\fish
|
||||
echo -e 'Top\\nBottom'
|
||||
\endfish
|
||||
Print Top and Bottom on separate lines, using an escape sequence
|
||||
|
||||
Reference in New Issue
Block a user