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 54b6f11 commit 28eca25Copy full SHA for 28eca25
docs/document-component/src/components/LayCode.vue
@@ -58,7 +58,7 @@ const onPlayground = async function () {
58
const foundCode = foundCodes[0];
59
const SourceCode = foundCode.textContent || "";
60
61
- const { link } = await openPlayground(SourceCode);
+ const { link } = await openPlayground(encodeURIComponent(SourceCode));
62
window.open(link);
63
};
64
0 commit comments