提交 6b1deb6a 编写于 作者: U ULIVZ

chore: tweaks readme of markkown

上级 dd552690
......@@ -27,7 +27,7 @@ It's needed to use with VuePress's [Plugin API > chainMarkdown](https://vuepress
- **Usage**:
```js
// You VuePress Plugin or site config.
// Your VuePress Plugin or site config.
const { removePlugin } = require('@vuepress/markdown')
module.exports = {
chainMarkdown (config) {
......@@ -45,7 +45,7 @@ Remove all built-in but not 100% necessary markdown-it plugins in VuePress.
- **Usage**:
```js
// You VuePress Plugin or site config.
// Your VuePress Plugin or site config.
module.exports = {
chainMarkdown (config) {
require('@vuepress/markdown').removeAllBuiltInPlugins(config)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册