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 213e8d0 commit 190283bCopy full SHA for 190283b
src/markdown.ts
@@ -110,7 +110,6 @@ export function createMarkdown(options: ResolvedOptions) {
110
const attrs = [
111
options.frontmatter && ':frontmatter="frontmatter"',
112
options.excerpt && ':excerpt="excerpt"',
113
- wrapperClassesResolved && `class="${wrapperClassesResolved}"`,
114
].filter(Boolean).join(' ')
115
html = `<${wrapperComponentName} ${attrs}>${html}</${wrapperComponentName}>`
116
}
0 commit comments