mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:42:09 +02:00

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
20 lines
424 B
Markdown
20 lines
424 B
Markdown
# cmark
|
|
|
|
> Converte testo CommonMark Markdown in altri formati.
|
|
> Maggiori informazioni: <https://github.com/commonmark/cmark>.
|
|
|
|
- Converti un file Markdown in HTML:
|
|
|
|
`cmark --to html {{file.md}}`
|
|
|
|
- Converti in LaTeX da standard input:
|
|
|
|
`cmark --to latex`
|
|
|
|
- Converti apici semplici in apici intelligenti:
|
|
|
|
`cmark --smart --to html {{file.md}}`
|
|
|
|
- Converti validando i caratteri UTF-8:
|
|
|
|
`cmark --validate-utf8 {{file.md}}`
|