1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2024-12-04 10:24:46 +02:00

Add pandoc.

This commit is contained in:
Joshua Levy 2015-06-02 11:30:05 -07:00
parent 1742919fc3
commit 586727387e
2 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ Scope:
- To convert HTML to text: `lynx -dump -stdin`
- For Markdown, HTML, and all kinds of document conversion, try [`pandoc`](http://pandoc.org/).
- If you must handle XML, `xmlstarlet` is old but good.
- For JSON, use `jq`.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 KiB

After

Width:  |  Height:  |  Size: 228 KiB