mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 12:47:54 +02:00
Add pretty flag to to md
(#2640)
* First draft for adding a `pretty` flag to `to md` * rustfmt * Fix Clippy warnings * rustfmt * Using Clippy suggestion broken code, reverting and putting in a statement to ignore clippy warning * Add test for `to md -p`
This commit is contained in:
@ -8,7 +8,7 @@ Converts table data into a string or binary. The target format is specified as a
|
||||
* [to csv](to-csv.md)
|
||||
* to html
|
||||
* [to json](to-json.md)
|
||||
* to md
|
||||
* [to md](to-md.md)
|
||||
* to sqlite
|
||||
* [to toml](to-toml.md)
|
||||
* [to tsv](to-tsv.md)
|
||||
|
Reference in New Issue
Block a user