Add useful pandoc example

#569
This commit is contained in:
Joshua Levy 2018-08-05 00:02:43 -07:00 committed by GitHub
parent a393ebeaea
commit 5ebfe9118f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,7 +220,7 @@ EOF
- To convert HTML to text: `lynx -dump -stdin`
- For Markdown, HTML, and all kinds of document conversion, try [`pandoc`](http://pandoc.org/).
- For Markdown, HTML, and all kinds of document conversion, try [`pandoc`](http://pandoc.org/). For example, to convert a Markdown document to Word format: `pandoc README.md --from markdown --to docx -o temp.docx`
- If you must handle XML, `xmlstarlet` is old but good.