We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because DavidAnson/markdownlint#434, I want to add https://www.npmjs.com/package/markdown-it-texmath.
According to https://github.com/DavidAnson/markdownlint#optionsmarkdownitplugins, I should modify options.markdownItPlugins. https://github.com/fannheyward/coc-markdownlint#rules only display markdownlint.config section in coc-settings.json is same with options.config. So I guess options.markdownItPlugins should be same with markdownlint.markdownItPlugins in coc-settings.json.
However, both
"markdownlint": { "markdownItPlugins": [ require("markdown-it-plugin"), "markdown-it-texmath" ] },
and
"markdownlint": { "markdownItPlugins": [ "markdown-it-texmath" ] },
cannot work. What is the correct method to add a plugin?
Thanks!
The text was updated successfully, but these errors were encountered:
No such support by now, will add it later.
Sorry, something went wrong.
fannheyward
No branches or pull requests
Because DavidAnson/markdownlint#434, I want to add
https://www.npmjs.com/package/markdown-it-texmath.
According to https://github.com/DavidAnson/markdownlint#optionsmarkdownitplugins,
I should modify options.markdownItPlugins.
https://github.com/fannheyward/coc-markdownlint#rules only display
markdownlint.config section in coc-settings.json is same with options.config.
So I guess options.markdownItPlugins should be same with markdownlint.markdownItPlugins in coc-settings.json.
However, both
and
cannot work. What is the correct method to add a plugin?
Thanks!
The text was updated successfully, but these errors were encountered: