Switch \fish sections to rst format

This commit is contained in:
ridiculousfish
2018-12-18 19:14:04 -08:00
parent c33d1a217c
commit 2a002a4ba1
53 changed files with 993 additions and 693 deletions

View File

@@ -54,12 +54,18 @@ If `-e` is used, the following sequences are recognized:
Example
------------
\fish
echo 'Hello World'
\endfish
::
echo 'Hello World'
Print hello world to stdout
\fish
echo -e 'Top\\nBottom'
\endfish
::
echo -e 'Top\\nBottom'
Print Top and Bottom on separate lines, using an escape sequence