1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 19:44:56 +02:00
tldr/pages.ko/common/cmark.md
JJByun 61f5b84720 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
2019-11-23 00:25:18 +09:00

500 B

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}}