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:
JJByun
2019-11-23 00:25:18 +09:00
committed by Proscream
parent 3b31dfcc59
commit 61f5b84720
8 changed files with 146 additions and 0 deletions

20
pages.ko/common/cmark.md Normal file
View 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}}`