mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
cmark: add Italian translation.
This commit is contained in:
parent
e11dac201b
commit
15e638ca64
1 changed files with 19 additions and 0 deletions
19
pages.it/common/cmark.md
Normal file
19
pages.it/common/cmark.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# cmark
|
||||
|
||||
> Converte testo CommonMark Markdown in altri formati.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue