We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd55269 commit 6b1deb6Copy full SHA for 6b1deb6
packages/@vuepress/markdown/README.md
@@ -27,7 +27,7 @@ It's needed to use with VuePress's [Plugin API > chainMarkdown](https://vuepress
27
- **Usage**:
28
29
```js
30
-// You VuePress Plugin or site config.
+// Your VuePress Plugin or site config.
31
const { removePlugin } = require('@vuepress/markdown')
32
module.exports = {
33
chainMarkdown (config) {
@@ -45,7 +45,7 @@ Remove all built-in but not 100% necessary markdown-it plugins in VuePress.
45
46
47
48
49
50
51
require('@vuepress/markdown').removeAllBuiltInPlugins(config)
0 commit comments