mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 10:18:00 +01:00
20 lines
423 B
Markdown
20 lines
423 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 UTF8:
|
|
|
|
`cmark --validate-utf8 {{file.md}}`
|