mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
pandoc: update markdown example (#3521)
Updating based on warning from Pandoc: `[WARNING] Deprecated: markdown_github. Use gfm instead.`
This commit is contained in:
parent
06f92c2796
commit
224243de56
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Force conversion to use a specific format:
|
- Force conversion to use a specific format:
|
||||||
|
|
||||||
`pandoc {{input.docx}} --to {{markdown_github}} -o {{output.md}}`
|
`pandoc {{input.docx}} --to {{gfm}} -o {{output.md}}`
|
||||||
|
|
||||||
- Convert to a standalone file with the appropriate headers/footers (for LaTeX, HTML, etc.):
|
- Convert to a standalone file with the appropriate headers/footers (for LaTeX, HTML, etc.):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue