diff options
author | Junseong Park | 2024-05-21 04:42:27 +0900 |
---|---|---|
committer | GitHub | 2024-05-20 21:42:27 +0200 |
commit | fe480f684dfec959e26924b1485adef8ec1693cf (patch) | |
tree | 4a21d63144ac6f03315c7f5eb514c58917bb1afa | |
parent | d624c7ec16450b0171f168d19e0c2566df83116e (diff) | |
download | IT.starlight-fe480f684dfec959e26924b1485adef8ec1693cf.tar.gz IT.starlight-fe480f684dfec959e26924b1485adef8ec1693cf.tar.bz2 IT.starlight-fe480f684dfec959e26924b1485adef8ec1693cf.zip |
i18n(ko-KR): update `authoring-content.md` (#1899)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | docs/src/content/docs/ko/guides/authoring-content.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/src/content/docs/ko/guides/authoring-content.md b/docs/src/content/docs/ko/guides/authoring-content.md index 67b67a30..929deff0 100644 --- a/docs/src/content/docs/ko/guides/authoring-content.md +++ b/docs/src/content/docs/ko/guides/authoring-content.md @@ -358,6 +358,31 @@ title์ด ํฌํจ๋ ๋ค๋ฅธ ์ธ์ด๋ ์ฝ๋ ํธ์ง๊ธฐ ์คํ์ผ์ ํ๋ ์์ ํ ``` ```` +## Details + +Details (โdisclosuresโ ๋๋ โaccordionsโ์ด๋ผ๊ณ ๋ ํจ)๋ ์ฆ์ ๊ด๋ จ์ด ์๋ ์ฝํ
์ธ ๋ฅผ ์จ๊ธฐ๋ ๋ฐ ์ ์ฉํฉ๋๋ค. +์ฌ์ฉ์๋ ์งง์ ์์ฝ์ ํด๋ฆญํ์ฌ ์ ์ฒด ์ฝํ
์ธ ๋ฅผ ํ์ฅํ๊ณ ๋ณผ ์ ์์ต๋๋ค. + +Markdown ์ฝํ
์ธ ์์ ํ์ค HTML์ธ [`<details>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) ๋ฐ [`<summary>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary) ์์๋ฅผ ์ฌ์ฉํ์ฌ ๊ณต๊ฐ ์์ ฏ์ ๋ง๋ญ๋๋ค. + +`<details>` ์์์ ๋ค๋ฅธ Markdown ๊ตฌ๋ฌธ์ ์ค์ฒฉํ ์ ์์ต๋๋ค. + +<details> +<summary>์๋๋ก๋ฉ๋ค ๋ณ์๋ฆฌ๋ ์ธ์ ์ด๋์ ๊ฐ์ฅ ์ ๋ณด์
๋๊น?</summary> + +[์๋๋ก๋ฉ๋ค ๋ณ์๋ฆฌ](<https://en.wikipedia.org/wiki/Andromeda_(constellation)>)๋ 11์ ๋ฐคํ๋์ ์๋ `+90ยฐ`์์ `-40ยฐ` ์ฌ์ด์์ ๊ฐ์ฅ ์ ๋ณด์
๋๋ค. + +</details> + +```md +<details> +<summary>์๋๋ก๋ฉ๋ค ๋ณ์๋ฆฌ๋ ์ธ์ ์ด๋์ ๊ฐ์ฅ ์ ๋ณด์
๋๊น?</summary> + +[์๋๋ก๋ฉ๋ค ๋ณ์๋ฆฌ](<https://en.wikipedia.org/wiki/Andromeda_(constellation)>)๋ 11์ ๋ฐคํ๋์ ์๋ `+90ยฐ`์์ `-40ยฐ` ์ฌ์ด์์ ๊ฐ์ฅ ์ ๋ณด์
๋๋ค. + +</details> +``` + ## ๊ธฐํ ์ผ๋ฐ์ ์ธ Markdown ๊ธฐ๋ฅ Starlight๋ ๋ชฉ๋ก ๋ฐ ํ
์ด๋ธ๊ณผ ๊ฐ์ ๋ค๋ฅธ ๋ชจ๋ Markdown ์์ฑ ๊ตฌ๋ฌธ์ ์ง์ํฉ๋๋ค. ๋ชจ๋ Markdown ๊ตฌ๋ฌธ ์์์ ๋ํ ๊ฐ๋ตํ ๊ฐ์๋ [Markdown Guide์ Markdown ์นํธ ์ํธ](https://www.markdownguide.org/cheat-sheet/)๋ฅผ ์ฐธ์กฐํ์ธ์. |