mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
ebook-convert: update path to files in examples (#8885)
This commit is contained in:
parent
d21bb61b60
commit
e1e04a397d
2 changed files with 3 additions and 3 deletions
|
@ -6,4 +6,4 @@
|
|||
|
||||
- Converti un e-book in un altro formato:
|
||||
|
||||
`ebook-convert {{originale}} {{convertito}}`
|
||||
`ebook-convert {{percorso/al/file_input}} {{file_output}}`
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
- Convert an e-book into another format:
|
||||
|
||||
`ebook-convert {{source}} {{destination}}`
|
||||
`ebook-convert {{path/to/input_file}} {{output_file}}`
|
||||
|
||||
- Convert Markdown or HTML to e-book with TOC, title and author:
|
||||
|
||||
`ebook-convert {{source}} {{destination}} --level1-toc="//h:h1" --level2-toc="//h:h2" --level3-toc="//h:h3" --title={{title}} --authors={{author}}`
|
||||
`ebook-convert {{path/to/input_file}} {{output_file}} --level1-toc="//h:h1" --level2-toc="//h:h2" --level3-toc="//h:h3" --title={{title}} --authors={{author}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue