Skip to content

Commit

Permalink
i18n(ko-KR): update markdown-content.mdx (#8760)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <[email protected]>
  • Loading branch information
jsparkdev and yanthomasdev authored Jul 9, 2024
1 parent a3be62e commit 40259c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ko/guides/markdown-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export default defineConfig({

플러그인을 사용자 정의하려면 중첩 배열에서 플러그인 뒤에 옵션 객체를 제공하세요.

아래 예시에서는 [`remarkToc` 플러그인에 heading 옵션을 추가](https://github.com/remarkjs/remark-toc?tab=readme-ov-file#options)하여 목차 위치를 변경하고, [`rehype-autolink-headings` 플러그인에 `behavior` 옵션을 추가](https://github.com/rehypejs/rehype-autolink-headings?tab=readme-ov-file#behavior)하여 제목 텍스트 뒤에 앵커 태그를 추가했습니다.
아래 예시에서는 [`remarkToc` 플러그인에 heading 옵션을 추가](https://github.com/remarkjs/remark-toc#options)하여 목차 위치를 변경하고, [`rehype-autolink-headings` 플러그인에 `behavior` 옵션을 추가](https://github.com/rehypejs/rehype-autolink-headings#options)하여 제목 텍스트 뒤에 앵커 태그를 추가했습니다.

```js title="astro.config.mjs"
import remarkToc from 'remark-toc';
Expand Down

0 comments on commit 40259c2

Please sign in to comment.