Skip to content

Commit

Permalink
docs: Suggest remark-cjk-friendly in migration guide (#10892)
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u authored Feb 3, 2025
1 parent 3198de8 commit a0248ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/migration/v3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,8 @@ While not an ideal solution, you can also either of the following without conver
**「。」の後に文を続けると`**`が意図した動作をしません。** また、**[リンク](https://docusaurus.io/)** や **`コード`** のすぐ外側に`**`、そのさらに外側に句読点以外がある場合も同様です。
```

A unofficial remark plugin [remark-cjk-friendly](https://www.npmjs.com/package/remark-cjk-friendly) can fix this issue in most cases without modifying the Markdown source written in Chinese, Japanese, and Korean like the above.

:::

</details>
Expand Down
2 changes: 2 additions & 0 deletions website/versioned_docs/version-3.7.0/migration/v3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,8 @@ While not an ideal solution, you can also either of the following without conver
**「。」の後に文を続けると`**`が意図した動作をしません。** また、**[リンク](https://docusaurus.io/)** や **`コード`** のすぐ外側に`**`、そのさらに外側に句読点以外がある場合も同様です。
```

A unofficial remark plugin [remark-cjk-friendly](https://www.npmjs.com/package/remark-cjk-friendly) can fix this issue in most cases without modifying the Markdown source written in Chinese, Japanese, and Korean like the above.

:::

</details>
Expand Down

0 comments on commit a0248ed

Please sign in to comment.