summaryrefslogtreecommitdiff
path: root/makima/frontend/src/components
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-01-18 23:42:27 +0000
committersoryu <soryu@soryu.co>2026-01-19 00:14:29 +0000
commitb64eddc8c2f250cdcbacae18cce107bf4c86f9f4 (patch)
tree1644184fca27306cf72f25f57cedd6c53ae69955 /makima/frontend/src/components
parentb3eb58d50eea5b235a1c33d5c8787dc81064c46b (diff)
downloadsoryu-b64eddc8c2f250cdcbacae18cce107bf4c86f9f4.tar.gz
soryu-b64eddc8c2f250cdcbacae18cce107bf4c86f9f4.zip
Use formatting in question in output
Diffstat (limited to 'makima/frontend/src/components')
-rw-r--r--makima/frontend/src/components/mesh/TaskOutput.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/makima/frontend/src/components/mesh/TaskOutput.tsx b/makima/frontend/src/components/mesh/TaskOutput.tsx
index c98b174..f49c366 100644
--- a/makima/frontend/src/components/mesh/TaskOutput.tsx
+++ b/makima/frontend/src/components/mesh/TaskOutput.tsx
@@ -418,7 +418,9 @@ function SupervisorQuestionEntry({
<p className="text-amber-200/60 text-xs mb-2 uppercase">{context}</p>
)}
- <p className="text-amber-100 mb-3">{entry.content}</p>
+ <div className="text-amber-100 mb-3">
+ <SimpleMarkdown content={entry.content} />
+ </div>
{isPending && (
<div className="space-y-2">