Writing messages
Formatting & code blocks
Markdown formatting and syntax-highlighted code with a language picker.
Messages are markdown under the hood — the editor renders it as you type:
| Type | Get |
|---|---|
**bold** |
bold |
*italic* |
italic |
~~strike~~ |
|
`code` |
inline code |
- item / 1. item |
lists |
> text |
quote |
Code blocks
Open a fence (```) for a code block: monospaced,
syntax-highlighted, with a language picker in the corner — pick one of
the supported languages or leave auto-detection on. Paste multi-line code
and it lands as a block ready to read.
Inside code — inline or block — nothing else fires: no mention pings, no emoji conversion, text stays exactly as typed.