Merge pull request #2488 from pascalandr/fix/856-question-markdown

fix(chat): render question prompts as markdown
This commit is contained in:
Bohdan Triapitsyn
2026-08-28 01:23:57 +03:00
committed by GitHub
7 changed files with 79 additions and 5 deletions
+12
View File
@@ -1039,6 +1039,18 @@ html:not(.dark) .chat-scroll {
font-size: var(--text-code) !important;
}
.question-markdown > .markdown-content.markdown-tool {
font-size: inherit !important;
}
.question-markdown > .markdown-content > [data-md-block]:first-child > :first-child {
margin-top: 0;
}
.question-markdown > .markdown-content > [data-md-block]:last-child > :last-child {
margin-bottom: 0;
}
/* Reasoning markdown renders at meta size, dimmed. */
.markdown-content.markdown-reasoning {
font-size: var(--text-markdown);