docs: Remove <asis> markup

This isn't needed anymore.

[ci skip]
This commit is contained in:
Fabian Homborg 2019-04-26 19:25:30 +02:00
parent ff62f2ae08
commit e084d097d5
2 changed files with 2 additions and 2 deletions

View file

@ -379,7 +379,7 @@ Match Regex Examples
<outp>cat4</outp>
<outp>dog4</outp>
>_ string match -r '(\\d\\d?):(\\d\\d):(\\d\\d)' <asis>2:34:56</asis>
>_ string match -r '(\\d\\d?):(\\d\\d):(\\d\\d)' 2:34:56
<outp>2:34:56</outp>
<outp>2</outp>
<outp>34</outp>

View file

@ -22,7 +22,7 @@ which means you are all set up and can start using fish::
> fish
<outp>Welcome to fish, the friendly interactive shell</outp>
<outp>Type <span class="cwd">help</span> for instructions on how to use fish</outp>
<asis>you@hostname</asis> ~>____
you@hostname ~>____
This prompt that you see above is the ``fish`` default prompt: it shows your username, hostname, and working directory.