Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-09 00:17:12 +00:00
parent 31e38d1972
commit 8fdd4c7ea2
24 changed files with 186 additions and 18 deletions

View File

@@ -12,14 +12,14 @@ source: https://github.com/tldr-pages/tldr.git
`pandoc {{input.md}} -o {{output.pdf}}`
- Convert to a standalone file with the appropriate headers/footers (for LaTeX, HTML, etc.):
`pandoc {{input.md}} -s -o {{output.html}}`
- Force conversion to use a specific format:
`pandoc {{input.docx}} --to {{gfm}} -o {{output.md}}`
- Convert to a standalone file with the appropriate headers/footers (for LaTeX, HTML, etc.):
`pandoc {{input.md}} -s -o {{output.tex}}`
- List all supported input formats:
`pandoc --list-input-formats`