We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1e298 commit 75ca9e4Copy full SHA for 75ca9e4
src/node/markdown/plugins/preWrapper.ts
@@ -15,6 +15,6 @@ export const preWrapperPlugin = (md: MarkdownIt) => {
15
const [tokens, idx] = args
16
const token = tokens[idx]
17
const rawCode = fence(...args)
18
- return `<div class="language-${token.info.trim()}"><span class="copy" />${rawCode}</div>`
+ return `<div class="language-${token.info.trim()}"><span class="copy"></span>${rawCode}</div>`
19
}
20
0 commit comments