Render markdown in comments.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user