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 6290469 commit 10549a1Copy full SHA for 10549a1
packages/@vuepress/plugin-container/src/index.ts
@@ -76,8 +76,8 @@ export const containerPlugin: Plugin<ContainerPluginOptions> = ({
76
} else {
77
// fallback
78
renderBefore = (info: string): string =>
79
- `<div class="custom-block ${type}">${
80
- info ? `<p class="custom-block-title">${info}</p>` : ''
+ `<div class="custom-container ${type}">${
+ info ? `<p class="custom-container-title">${info}</p>` : ''
81
}\n`
82
renderAfter = (): string => '</div>\n'
83
}
0 commit comments