diff --git a/.markdownlint-cli2.mjs b/.markdownlint-cli2.mjs new file mode 100644 index 00000000..217879f2 --- /dev/null +++ b/.markdownlint-cli2.mjs @@ -0,0 +1,59 @@ +export default { + config: { + default: true, + MD013: false, + MD024: { + "siblings_only": true + }, + MD033: { + allowed_elements: [ + "div", + "span", + "br", + "p", + "img", + "template", + "script", + "style", + "iframe", + "ArtPlayer", + "AudioPlayer", + "Badge", + "BiliBili", + "Catalog", + "CodePen", + "DemoProject", + "HighlightPanel", + "ProjectLink", + "PDF", + "Replit", + "Share", + "SiteInfo", + "StackBlitz", + "VPBanner", + "VPCard", + "VidStack", + "VideoPlayer", + "YouTube", + "MyComponent", + "ColorModeSwitch", + "FlowChartPlayground", + "IconDisplay", + "KatexPlayground", + "PrintButton", + "ThemeColorPicker", + "VPIcon", + "ToggleFullScreenButton", + "ToggleRTLButton", + "LinkCard" + ] + } + }, + ignores: [ + "**/node_modules/**", + "**/.vuepress/**", + "**/*.snippet.md", + "**/src/云湖API吐槽/**", + "**/.github/**" + ] +}; \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..741afdd1 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "davidanson.vscode-markdownlint" + ] +} \ No newline at end of file