UNPKG

remark-cjk-friendly

Version:

remark plugin to make Markdown emphasis (`**`) in CommonMark (and MDX) more friendly with Chinese, Japanese, and Korean (CJK)

7 lines 246 B
//#region src/index.d.ts /** * Make Markdown emphasis (`**`) in CommonMark more friendly with Chinese, Japanese, and Korean (CJK). */ declare function remarkCjkFriendly(this: unknown): void; //#endregion export { remarkCjkFriendly as default };