mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 04:59:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user