1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 05:55:24 +02:00

Merge pull request #322 from adius/patch-1

Add pandoc
This commit is contained in:
Igor Shubovych 2015-11-24 23:12:42 +02:00
commit 82d08a50a9

7
pages/common/pandoc.md Normal file
View file

@ -0,0 +1,7 @@
# pandoc
> General markup converter
- Convert file to pdf
`pandoc -o {{output.pdf}} {{input.md}}`