mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
docs: Remove <asis> markup
This isn't needed anymore. [ci skip]
This commit is contained in:
parent
ff62f2ae08
commit
e084d097d5
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue