Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ko-KR): update markdown-content.mdx #8760

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading