Skip to content

Commit

Permalink
Add useful pandoc example
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevy committed Aug 5, 2018
1 parent a393ebe commit 5ebfe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 5ebfe91

Please sign in to comment.