How to disable vue feature in markdown #1674
Unanswered
liuliangsir
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can try patching |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the title above says, I would like to disable all vue features inside all of markdown files since that default behavior(using vue in markdown) makes build process(
vitepress build docs
) failed with PLUGIN_ERROR code during transform hook. All markdown files are pure markdowns with only markdown own syntax and no Vue-specific syntax. There are massive stuffs with rewriting markdown file content for working around the error above. @brc-dd ccBeta Was this translation helpful? Give feedback.
All reactions