Render markdown in comments.

This commit is contained in:
Greyson Parrelli
2026-08-25 14:54:50 -04:00
parent 07ed03b570
commit 448e31ae88
7 changed files with 708 additions and 45 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export function Composer({ onSubmit, onCancel }: Props) {
}}
/>
<div className="composer-actions">
<span className="composer-hint"> to add · esc to cancel</span>
<span className="composer-hint">markdown · to add · esc to cancel</span>
<button className="btn-ghost" onClick={onCancel} disabled={busy}>
Cancel
</button>