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 3369cca commit b6e56a9Copy full SHA for b6e56a9
public/js_v2.0.1_f1/syntax_modifier.js
@@ -64,7 +64,6 @@ function formatMessage(rawContent, groundingMetadata = '') {
64
65
// Apply markdown rendering
66
const markdownProcessed = md.render(processedContent);
67
- console.log(markdownProcessed)
68
69
// Restore math and think block content
70
let finalContent = postprocessContent(markdownProcessed, mathReplacements, thinkReplacements);
0 commit comments