bear, brave, bundler, hi*, hn, holehe: add Korean translation (#14584)

This commit is contained in:
HoJeong Im
2024-11-03 02:05:10 +09:00
committed by GitHub
parent af53340609
commit 208b9d05f6
10 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# highlight
> 구문 강조된 소스 코드를 다양한 형식으로 출력.
> 더 많은 정보: <http://www.andre-simon.de/doku/highlight/highlight.php>.
- 소스 코드 파일에서 완전한 HTML 문서를 생성:
`highlight --out-format={{html}} --style {{테마_이름}} --syntax {{언어}} {{경로/대상/소스_코드}}`
- 더 큰 문서에 포함하기에 적합한 HTML 조각을 생성:
`highlight --out-format={{html}} --fragment --syntax {{언어}} {{소스_파일}}`
- 모든 태그에 CSS 스타일을 인라인:
`highlight --out-format={{html}} --inline-css --syntax {{언어}} {{소스_파일}}`
- 지원되는 모든 언어, 테마 또는 플러그인을 나열:
`highlight --list-scripts {{langs|themes|plugins}}`
- 테마에 대한 CSS 스타일시트를 출력:
`highlight --out-format={{html}} --print-style --style {{테마_이름}} --syntax {{언어}}] --stdout`