mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 22:21:16 -03:00
docs: Remove <asis> markup
This isn't needed anymore. [ci skip]
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user