Add useful pandoc example

#569
pull/571/head
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
1 changed files with 1 additions and 1 deletions

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.