2019-02-10 23:26:30 +00:00
|
|
|
# cmark
|
|
|
|
|
|
|
|
> Converte testo CommonMark Markdown in altri formati.
|
2019-06-09 18:54:08 +01:00
|
|
|
> Maggiori informazioni: <https://github.com/commonmark/cmark>.
|
2019-02-10 23:26:30 +00:00
|
|
|
|
|
|
|
- Converti un file Markdown in HTML:
|
|
|
|
|
|
|
|
`cmark --to html {{file.md}}`
|
|
|
|
|
2021-04-06 13:16:08 +01:00
|
|
|
- Converti in LaTeX da standard input:
|
2019-02-10 23:26:30 +00:00
|
|
|
|
|
|
|
`cmark --to latex`
|
|
|
|
|
|
|
|
- Converti apici semplici in apici intelligenti:
|
|
|
|
|
|
|
|
`cmark --smart --to html {{file.md}}`
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Converti validando i caratteri UTF-8:
|
2019-02-10 23:26:30 +00:00
|
|
|
|
|
|
|
`cmark --validate-utf8 {{file.md}}`
|