Merge pull request #2488 from pascalandr/fix/856-question-markdown
fix(chat): render question prompts as markdown
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user