Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-17 00:19:47 +00:00
parent b18a761896
commit aa594e72af
88 changed files with 444 additions and 114 deletions

View File

@@ -13,7 +13,7 @@ source: https://github.com/tldr-pages/tldr.git
`gladtex {{path/to/input.htex}}`
- Save the converted file to a specific location:
- Save the converted file to a specific [o]utput file:
`gladtex {{path/to/input.htex}} -o {{path/to/output.html}}`
@@ -35,4 +35,4 @@ source: https://github.com/tldr-pages/tldr.git
- Convert Markdown to HTML using `pandoc` and `gladtex`:
`pandoc -s -t html --gladtex {{path/to/input.md}} | gladtex -o {{path/to/output.html}}`
`pandoc {{[-s|--standalone]}} {{[-t|--to]}} html --gladtex {{path/to/input.md}} | gladtex -o {{path/to/output.html}}`