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.
1 parent 47a1896 commit 3bbd364Copy full SHA for 3bbd364
eslint.config.js
@@ -118,8 +118,8 @@ export default antfu(
118
'docs/index.md',
119
],
120
rules: {
121
- // This is because the enabled rules forced a formatting error in the yml file, causing the vitepress build to fail.
122
- // This is a temporary solution; it will be removed later.
+ // The markdown/no-space-in-emphasis rule incorrectly flags underscore-prefixed YAML values like '_blank'
+ // in the frontmatter as markdown emphasis syntax, causing the VitePress build to fail.
123
'markdown/no-space-in-emphasis': 'off',
124
},
125
0 commit comments