diff --git a/.vitepress/markdown.ts b/.vitepress/markdown.ts index f5c35be39..5bbc57c9a 100644 --- a/.vitepress/markdown.ts +++ b/.vitepress/markdown.ts @@ -17,10 +17,9 @@ export function copyableCodePlugin(md: MarkdownRenderer) { } const token = tokens[idx]; const content = token.content; - const buttonHTML = ``; - return buttonHTML; + return ``; }; }