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 9f22873 commit a097f7cCopy full SHA for a097f7c
src/quartapp/templates/index.html
@@ -118,7 +118,7 @@
118
// Only show thoughts if they are more than just whitespace
119
messageDiv.querySelector(".loading-bar").style.display = "none";
120
messageDiv.querySelector(".thoughts").style.display = "block";
121
- messageDiv.querySelector(".thoughts-content").innerHTML = thoughts;
+ messageDiv.querySelector(".thoughts-content").innerHTML = converter.makeHtml(thoughts);
122
}
123
} else {
124
0 commit comments