Skip to content

Commit a097f7c

Browse files
committed
Use markdown converter or thoughts too
1 parent 9f22873 commit a097f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quartapp/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
// Only show thoughts if they are more than just whitespace
119119
messageDiv.querySelector(".loading-bar").style.display = "none";
120120
messageDiv.querySelector(".thoughts").style.display = "block";
121-
messageDiv.querySelector(".thoughts-content").innerHTML = thoughts;
121+
messageDiv.querySelector(".thoughts-content").innerHTML = converter.makeHtml(thoughts);
122122
}
123123
} else {
124124
messageDiv.querySelector(".loading-bar").style.display = "none";

0 commit comments

Comments
 (0)