🌀: fix linter

This commit is contained in:
sight
2022-06-24 14:55:50 +08:00
parent d28a4a7c82
commit a0fd9345a2
16 changed files with 256 additions and 213 deletions

View File

@@ -18,7 +18,7 @@ const plugins = [
highlight,
},
markdownItSetup(md) {
md.use(snippet).use(preWrapper).use(container, "demo", demo)
md.use(snippet).use(preWrapper).use(container, "demo", demo);
},
}),
] as any;