UNPKG

micromark-extension-cjk-friendly

Version:

micromark extension to make Markdown emphasis (`**`) in CommonMark more friendly with Chinese, Japanese, and Korean (CJK)

6 lines (5 loc) 154 B
import { Construct } from "micromark-util-types"; //#region src/ext/attention.d.ts declare const attention: Construct; //#endregion export { attention };