mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
Merge pull request #338 from waldyrious/patch-1
Changes to pandoc as discussed in #322
This commit is contained in:
commit
fade64833a
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
> 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…
Add table
Reference in a new issue