Message Formatting
Tavrn supports Markdown-style formatting in messages. You don’t need to know Markdown, the syntax is intuitive, but once you get the hang of it, you’ll wonder how you lived without it.Quick Reference
| What you type | What it looks like |
|---|---|
**bold text** | bold text |
*italic text* | italic text |
***bold italic*** | bold italic |
`inline code` | inline code |
> blockquote | Indented quote block |
# Heading 1 | Large heading |
## Heading 2 | Slightly smaller heading |
- list item | • Bullet point |
1. numbered item | 1. Numbered list |
Text Emphasis
The basics everyone uses: Bold, Wrap text in double asterisks:Code Formatting
Tavrn shines for developers and technical folks, code formatting is fully supported. Inline code, for short bits of code or commands:javascript, typescript, python, rust, go, css, html, json, bash, sql, and many more.
Code blocks render with a monospace font and a distinct background, making them easy to read and copy.
Blockquotes
Use> to create a blockquote. Great for quoting someone outside the app, pulling out a key phrase, or adding emphasis:
Lists
Unordered (bullet) list:Headings
Headings in messages are useful for long-form content or structured posts:Using headings makes sense for longer messages or announcements. For casual chat, you probably don’t need them.
Combining Formats
You can combine formatting, bold inside a quote, code inside a list, etc.:Escaping Markdown
Want to type**not bold** without it becoming bold? Escape the special characters with a backslash:
**not bold** as literal text.
Mentions in Messages
@username mentions are also parsed in messages and turn into highlighted, clickable tags. The mentioned person receives a notification.
A Note on Long Messages
Tavrn doesn’t have a character limit for messages, so feel free to write longer posts. If you’re sharing a really long code snippet or technical writeup, consider using a code block for the technical parts and keeping the prose brief. For ongoing discussions that deserve their own space, a dedicated channel in a room is often better than a very long message.Frequently Asked Questions
Does formatting work in DMs and rooms?
Does formatting work in DMs and rooms?
Yes, Markdown formatting works everywhere in Tavrn: DMs, room channels, and anywhere else you can send a message.
Can I preview what my formatted message looks like before sending?
Can I preview what my formatted message looks like before sending?
Not currently, the formatting renders when your message is sent. But the syntax is simple enough that you’ll get a feel for it quickly.
Why isn't my formatting working?
Why isn't my formatting working?
Make sure you’re using the correct characters and that they’re directly adjacent to your text (no spaces between
** and the word). Also check that you’re closing the formatting (both asterisks are present, not just one).Does Tavrn support tables in messages?
Does Tavrn support tables in messages?
Not currently. Table syntax won’t render as a formatted table in chat messages.
.png?fit=max&auto=format&n=PruVf2U2fw0tfCJ_&q=85&s=caf0870947c762de15eba51ed72c2f63)
