mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
10 lines
643 B
Plaintext
10 lines
643 B
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`codepenPlugin > should not work 1`] = `
|
|
"<CodePenViewer title="Code Pen" tab="result" width="100%" height="400px" user="" /><p>@[codepen]xxx</p>
|
|
<p>@[codepen preview](</p>
|
|
"
|
|
`;
|
|
|
|
exports[`codepenPlugin > should work 1`] = `"<CodePenViewer title="Code Pen" tab="result" width="100%" height="400px" user="user" slash="slash" /><CodePenViewer title="Code Pen" tab="result" width="100%" height="400px" user="user" slash="slash" preview /><CodePenViewer title="codepen" tab="css,result" width="100%" height="400px" user="user" slash="slash" preview editable theme="dark" />"`;
|