merge mutiple pages(cmake to command) : Add Korean Translation (#3595)
* korean translation cmake cmark cmp code coffee column comm command * update some words * update * update cmake.md delete \n * change whitespace
This commit is contained in:
20
pages.ko/common/cmark.md
Normal file
20
pages.ko/common/cmark.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# cmark
|
||||
|
||||
> Commonmark Markdown 텍스트를 다른 텍스트 형식으로 변환합니다.
|
||||
> 더 많은 정보: <https://github.com/commonmark/cmark>.
|
||||
|
||||
- Commonmark Markdown 파일을 HTML 파일로 렌더링합니다:
|
||||
|
||||
`cmark --to html {{파일명.md}}`
|
||||
|
||||
- 데이터를 표준 입력에서 라텍스로 변환:
|
||||
|
||||
`cmark --to latex`
|
||||
|
||||
- 직선 따옴표를 스마트 따옴표로 변환:
|
||||
|
||||
`cmark --smart --to html {{파일명.md}}`
|
||||
|
||||
- utf8 문자들을 검증:
|
||||
|
||||
`cmark --validate-utf8 {{파일명.md}}`
|
Reference in New Issue
Block a user