diff options
author | HiDeoo | 2024-09-07 11:36:11 +0000 |
---|---|---|
committer | fredkbot | 2024-09-07 11:36:11 +0000 |
commit | c047594e25b0768dd6f0cee749dfbc995b50724b (patch) | |
tree | 12626f3c9fcabcca3b1f143e39679a7d018c3868 | |
parent | aa64236954291e5f728d3fc1c430b7dd0bcb59bf (diff) | |
download | IT.starlight-c047594e25b0768dd6f0cee749dfbc995b50724b.tar.gz IT.starlight-c047594e25b0768dd6f0cee749dfbc995b50724b.tar.bz2 IT.starlight-c047594e25b0768dd6f0cee749dfbc995b50724b.zip |
[ci] format
-rw-r--r-- | docs/src/content/docs/ko/guides/authoring-content.mdx | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/docs/src/content/docs/ko/guides/authoring-content.mdx b/docs/src/content/docs/ko/guides/authoring-content.mdx index 4b640e93..8898ec66 100644 --- a/docs/src/content/docs/ko/guides/authoring-content.mdx +++ b/docs/src/content/docs/ko/guides/authoring-content.mdx @@ -204,8 +204,8 @@ Starlightμ μ μ©ν κΈ°λ₯ λλΆμ μ¬μ©μμ μμ°μ±μ΄ ν₯μλκ³ μ ```js // ꡬ문 κ°μ‘° κΈ°λ₯μ΄ μλ Javascript μ½λμ
λλ€. var fun = function lang(l) { - dateformat.i18n = require('./lang/' + l); - return true; + dateformat.i18n = require('./lang/' + l); + return true; }; ``` @@ -213,8 +213,8 @@ var fun = function lang(l) { ```js // ꡬ문 κ°μ‘° κΈ°λ₯μ΄ μλ Javascript μ½λμ
λλ€. var fun = function lang(l) { - dateformat.i18n = require('./lang/' + l); - return true; + dateformat.i18n = require('./lang/' + l); + return true; }; ``` ```` @@ -238,16 +238,16 @@ Expressive Codeλ μ½λ μνμ μκ°μ λͺ¨μ΅μ μ¬μ©μ μ μνκΈ° μ ```js {2-3} function demo() { - // μ΄ μ€(#2)κ³Ό λ€μ μ€μ΄ κ°μ‘° νμλ©λλ€. - return 'μ΄ μ€μ μ΄ μ€λν«μ λΌμΈ #3μ
λλ€.'; + // μ΄ μ€(#2)κ³Ό λ€μ μ€μ΄ κ°μ‘° νμλ©λλ€. + return 'μ΄ μ€μ μ΄ μ€λν«μ λΌμΈ #3μ
λλ€.'; } ``` ````md ```js {2-3} function demo() { - // μ΄ μ€(#2)κ³Ό λ€μ μ€μ΄ κ°μ‘° νμλ©λλ€. - return 'μ΄ μ€μ μ΄ μ€λν«μ λΌμΈ #3μ
λλ€.'; + // μ΄ μ€(#2)κ³Ό λ€μ μ€μ΄ κ°μ‘° νμλ©λλ€. + return 'μ΄ μ€μ μ΄ μ€λν«μ λΌμΈ #3μ
λλ€.'; } ``` ```` @@ -257,7 +257,7 @@ Expressive Codeλ μ½λ μνμ μκ°μ λͺ¨μ΅μ μ¬μ©μ μ μνκΈ° μ ```js "Individual terms" /μ κ·.*μ§μλ©λλ€./ // κ°λ³ μ©μ΄λ κ°μ‘° νμν μ μμ΅λλ€. function demo() { - return 'μ κ· ννμλ μ§μλ©λλ€.'; + return 'μ κ· ννμλ μ§μλ©λλ€.'; } ``` @@ -265,7 +265,7 @@ Expressive Codeλ μ½λ μνμ μκ°μ λͺ¨μ΅μ μ¬μ©μ μ μνκΈ° μ ```js "Individual terms" /μ κ·.*μ§μλ©λλ€./ // κ°λ³ μ©μ΄λ κ°μ‘° νμν μ μμ΅λλ€. function demo() { - return 'μ κ· ννμλ μ§μλ©λλ€.'; + return 'μ κ· ννμλ μ§μλ©λλ€.'; } ``` ```` @@ -274,18 +274,18 @@ Expressive Codeλ μ½λ μνμ μκ°μ λͺ¨μ΅μ μ¬μ©μ μ μνκΈ° μ ```js "return true;" ins="μ½μ
" del="μμ λ" function demo() { - console.log('μ½μ
λ° μμ λ λ§μ»€ νμ
μ
λλ€.'); - // return λ¬Έμ κΈ°λ³Έ λ§μ»€ νμ
μ μ¬μ©ν©λλ€. - return true; + console.log('μ½μ
λ° μμ λ λ§μ»€ νμ
μ
λλ€.'); + // return λ¬Έμ κΈ°λ³Έ λ§μ»€ νμ
μ μ¬μ©ν©λλ€. + return true; } ``` ````md ```js "return true;" ins="μ½μ
" del="μμ λ" function demo() { - console.log('μ½μ
λ° μμ λ λ§μ»€ νμ
μ
λλ€.'); - // return λ¬Έμ κΈ°λ³Έ λ§μ»€ νμ
μ μ¬μ©ν©λλ€. - return true; + console.log('μ½μ
λ° μμ λ λ§μ»€ νμ
μ
λλ€.'); + // return λ¬Έμ κΈ°λ³Έ λ§μ»€ νμ
μ μ¬μ©ν©λλ€. + return true; } ``` ```` @@ -491,7 +491,7 @@ yarn create astro --template starlight/markdoc </Tabs> -3. `markdoc.config.mjs`μ Markdoc κ΅¬μ± νμΌμ λ§λ€κ³ Starlight Markdoc ν리μ
μ μ¬μ©νμΈμ: +3. `markdoc.config.mjs`μ Markdoc κ΅¬μ± νμΌμ λ§λ€κ³ Starlight Markdoc ν리μ
μ μ¬μ©νμΈμ: ```js import { defineMarkdocConfig } from '@astrojs/markdoc/config'; @@ -504,4 +504,4 @@ yarn create astro --template starlight/markdoc </Steps> -Markdoc ꡬ문 λ° κΈ°λ₯μ λν μμΈν λ΄μ©μ [Markdoc λ¬Έμ](https://markdoc.dev/docs/syntax) λλ [Astro Markdoc ν΅ν© κ°μ΄λ](https://docs.astro.build/ko/guides/integrations-guide/markdoc/)λ₯Ό μ°Έμ‘°νμΈμ.
\ No newline at end of file +Markdoc ꡬ문 λ° κΈ°λ₯μ λν μμΈν λ΄μ©μ [Markdoc λ¬Έμ](https://markdoc.dev/docs/syntax) λλ [Astro Markdoc ν΅ν© κ°μ΄λ](https://docs.astro.build/ko/guides/integrations-guide/markdoc/)λ₯Ό μ°Έμ‘°νμΈμ. |