提交 04b92758 编写于 作者: J Johannes Rieken

use trusted html for playground, fyi @JacksonKearl,...

use trusted html for playground, fyi @JacksonKearl, https://github.com/microsoft/vscode/issues/106395
上级 d2ebe3b8
......@@ -303,7 +303,7 @@ export class WalkThroughPart extends EditorPane {
const innerContent = document.createElement('div');
innerContent.classList.add('walkThroughContent'); // only for markdown files
const markdown = this.expandMacros(content);
innerContent.innerHTML = marked(markdown, { renderer });
safeInnerHtml(innerContent, marked(markdown, { renderer }));
this.content.appendChild(innerContent);
model.snippets.forEach((snippet, i) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册