diff options
author | Junseong Park | 2025-07-17 16:11:32 +0900 |
---|---|---|
committer | GitHub | 2025-07-17 09:11:32 +0200 |
commit | 4963afb526ecedc08865d177539ac8f05d3f54e7 (patch) | |
tree | 5c0d099bf707832968c68bab5ac3da8ea3d66e4f | |
parent | 3d81de913b7133f03ac14fda477eca7734408c69 (diff) | |
download | IT.starlight-4963afb526ecedc08865d177539ac8f05d3f54e7.tar.gz IT.starlight-4963afb526ecedc08865d177539ac8f05d3f54e7.tar.bz2 IT.starlight-4963afb526ecedc08865d177539ac8f05d3f54e7.zip |
i18n(ko-KR): update `authoring-content.mdx` (#3320)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r-- | docs/src/content/docs/ko/guides/authoring-content.mdx | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/src/content/docs/ko/guides/authoring-content.mdx b/docs/src/content/docs/ko/guides/authoring-content.mdx index 83c6f11e..5fad1f7e 100644 --- a/docs/src/content/docs/ko/guides/authoring-content.mdx +++ b/docs/src/content/docs/ko/guides/authoring-content.mdx @@ -1,5 +1,5 @@ --- -title: ๋งํฌ๋ค์ด์ผ๋ก ์ฝํ
์ธ ์์ฑ +title: Markdown์ผ๋ก ์ฝํ
์ธ ์์ฑ description: Starlight๊ฐ ์ง์ํ๋ Markdown ๊ตฌ๋ฌธ์ ๊ฐ์์
๋๋ค. --- @@ -153,6 +153,21 @@ Astro๋ ["์์ผ๋๋ ์ํคํ
์ฒ"](https://docs.astro.build/ko/concepts/isla ::: ``` +### ์ฌ์ฉ์ ์ ์ ๋ณด์กฐ ๋ด์ฉ ์์ด์ฝ + +๋ณด์กฐ ๋ด์ฉ ์ ํ ๋๋ [์ฌ์ฉ์ ์ ์ ์ ๋ชฉ](#์ฌ์ฉ์-์ ์-๋ณด์กฐ-๋ด์ฉ-์ ๋ชฉ) ๋ค์ ์ค๋ ์ค๊ดํธ์ ๋ณด์กฐ ๋ด์ฉ์ ๋ํ ์ฌ์ฉ์ ์ ์ ์์ด์ฝ์ ์ง์ ํ ์ ์์ต๋๋ค. (์: `:::tip{icon="heart"}` ๋๋ `:::tip[์๊ณ ๊ณ์
จ๋์?]{icon="heart"}`). +์์ด์ฝ ์ด๋ฆ์ [Starlight์ ๊ธฐ๋ณธ ์ ๊ณต ์์ด์ฝ ์ค ํ๋](/ko/reference/icons/#๋ชจ๋ -์์ด์ฝ)์ ์ด๋ฆ์ผ๋ก ์ค์ ํด์ผ ํฉ๋๋ค. + +:::tip{icon="heart"} +Astro๋ ["์์ผ๋๋ ์ํคํ
์ฒ"](https://docs.astro.build/ko/concepts/islands/)๋ฅผ ์ฌ์ฉํ์ฌ ๋ ๋น ๋ฅธ ์น์ฌ์ดํธ๋ฅผ ๊ตฌ์ถํ ์ ์๋๋ก ๋์์ค๋๋ค. +::: + +```md +:::tip{icon="heart"} +Astro๋ ["์์ผ๋๋ ์ํคํ
์ฒ"](https://docs.astro.build/ko/concepts/islands/)๋ฅผ ์ฌ์ฉํ์ฌ ๋ ๋น ๋ฅธ ์น์ฌ์ดํธ๋ฅผ ๊ตฌ์ถํ ์ ์๋๋ก ๋์์ค๋๋ค. +::: +``` + ### ๋ ๋ง์ ๋ณด์กฐ ๋ด์ฉ ํ์
Caution๊ณผ Danger ๋ณด์กฐ ๋ด์ฉ์ ์ค์ํ๊ธฐ ์ฌ์ด ์ธ๋ถ ์ฌํญ์ ๋ํด ์ฌ์ฉ์๋ฅผ ์ง์ค์ํค๋ ๋ฐ ๋์์ด ๋ฉ๋๋ค. ์ด๋ฌํ ๊ธฐ๋ฅ์ ๋ง์ด ์ฌ์ฉํ๊ณ ์๋ค๋ฉด, ๋ฌธ์ํ์ค์ธ ๋ด์ฉ์ ๋ค์ ๋์์ธํ๋ ๊ฒ์ด ์ข์ต๋๋ค. |