We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.10.0
It is valid to set markdown before the upgrade, and now it is invalid to set markdown.
config.js look like this
module.exports = { ... markdown: { anchor: { permalink: false }, toc: { includeLevel: [1, 2, 3] }, config: md => { md.use(require('markdown-it-sub')) md.use(require('markdown-it-sup')) md.use(require('markdown-it-mark')) md.use(require('markdown-it-ins')) md.use(require('markdown-it-abbr')) md.use(require('markdown-it-kbd')) ... } }, ... }
https://github.com/quanzaiyu/xiaoyulive-vuepress/blob/master/website/.vuepress/config.js
The markdown-it plug-in should be loaded and effective.
The markdown-it plug-in ineffective.
The text was updated successfully, but these errors were encountered:
Cannot reproduced at my side:
"dependencies": { "markdown-it-sub": "^1.0.0", "vuepress": "^0.10.0" }
Config:
markdown: { config: md => { md.use(require('markdown-it-sub')) } },
Input:
# Test H~2~0
Output:
Please double confirm for that, thanks.
Sorry, something went wrong.
No branches or pull requests
Bug report
Version
0.10.0
Steps to reproduce
It is valid to set markdown before the upgrade, and now it is invalid to set markdown.
config.js look like this
https://github.com/quanzaiyu/xiaoyulive-vuepress/blob/master/website/.vuepress/config.js
What is expected?
The markdown-it plug-in should be loaded and effective.
What is actually happening?
The markdown-it plug-in ineffective.
Other relevant information
The text was updated successfully, but these errors were encountered: