Skip to content

给 Markdown 中英文自动插入空格的 remark 插件

License

Notifications You must be signed in to change notification settings

vincentbel/remark-pangu

Repository files navigation

remark-pangu

travis build version MIT License semantic-release

给 Markdown 中英文自动插入空格的 Remark 插件(使用 pangu.js)。

Install

npm install remark-pangu

Usage

remark().use(pangu)
const remark = require('remark')
const pangu = require('remark-pangu')

const doc = '中文abc中文';
console.log(remark().use(pangu).process(doc).contents);
// => 中文 abc 中文

LICENSE

MIT