mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-27 15:01:22 +08:00
Document more commands added in 0.21.
This commit is contained in:
parent
8ea32c7028
commit
df840c28c6
|
@ -3,6 +3,10 @@
|
|||
- The `os` module has gained the following new commands: `mkdir-all`,
|
||||
`symlink` and `rename`.
|
||||
|
||||
- A new `render-styledown` command.
|
||||
|
||||
- A new `str:repeat` command.
|
||||
|
||||
- A new `md` module, currently containing a single function `md:show` for
|
||||
rendering Markdown in the terminal.
|
||||
|
||||
|
|
|
@ -122,6 +122,7 @@ fn styled-segment {|object &fg-color=default &bg-color=default &bold=$false &dim
|
|||
# See also [`render-styledown`]().
|
||||
fn styled {|object @style-transformer| }
|
||||
|
||||
#doc:added-in 0.21
|
||||
# Renders "styledown" markup into a styled text. For the styledown markup
|
||||
# format, see <https://pkg.go.dev/src.elv.sh@master/pkg/ui/styledown>.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue
Block a user