mirror of https://github.com/CrimsonTome/tldr.git
Changes to pandoc as discussed in #322
parent
83d96d0862
commit
c79e66aece
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
> General markup converter
|
> General markup converter
|
||||||
|
|
||||||
- Convert file to pdf
|
- Convert file to pdf (the output format is automatically determined from the output file's extension)
|
||||||
|
|
||||||
`pandoc -o {{output.pdf}} {{input.md}}`
|
`pandoc {{input.md}} -o {{output.pdf}}`
|
||||||
|
|
Loading…
Reference in New Issue