提交 d3bbec5b 编写于 作者: M Matt Bierner

Fix links in suggestWidget

Fixes #35319
上级 30056ee7
......@@ -253,7 +253,8 @@ class SuggestionDetails {
this.docs.textContent = item.suggestion.documentation;
} else {
addClass(this.docs, 'markdown-docs');
this.docs.innerHTML = this.markdownRenderer.render(item.suggestion.documentation).innerHTML;
this.docs.innerHTML = '';
this.docs.appendChild(this.markdownRenderer.render(item.suggestion.documentation));
}
if (item.suggestion.detail) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册