mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
pandoc: update for v1.18
piping --help to the head command, as mentioned in #1072, isn't necessary anymore (in fact, doing that doesn't work at all now) See https://github.com/jgm/pandoc/commit/273d90b
This commit is contained in:
parent
ca490f9fc9
commit
85395120d6
1 changed files with 6 additions and 2 deletions
|
@ -10,6 +10,10 @@
|
|||
|
||||
`pandoc {{input.docx}} --to {{markdown_github}} -o {{output.md}}`
|
||||
|
||||
- List all supported input and output formats:
|
||||
- List all supported input formats:
|
||||
|
||||
`pandoc --help | head`
|
||||
`pandoc --list-input-formats`
|
||||
|
||||
- List all supported output formats:
|
||||
|
||||
`pandoc --list-output-formats`
|
||||
|
|
Loading…
Add table
Reference in a new issue