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 9dc11a0 commit 73f3ccaCopy full SHA for 73f3cca
1 file changed
public/styleguide/js/code-viewer.js
@@ -106,7 +106,7 @@ var codeViewer = {
106
}
107
108
// draw html
109
- $("#sg-code-html-fill").text(html);
+ $("#sg-code-html-fill").html(html).text();
110
Prism.highlightElement(document.getElementById("sg-code-html-fill"));
111
112
// draw CSS
0 commit comments