fix: ✏️ Add missing parentheses

This commit is contained in:
Jesse Wierzbinski 2024-07-25 15:40:08 +02:00
parent d8eb4e96e4
commit 0856fd4fd9
No known key found for this signature in database

View file

@ -58,7 +58,7 @@ HTML is the recommended content type for text content, and as such every text co
Rich formats include: Rich formats include:
- `text/html` - `text/html`
- `text/markdown` - `text/markdown`
- `text/x.misskeymarkdown` (Misskey Flavoured Markdown, common on ActivityPub - `text/x.misskeymarkdown` (Misskey Flavoured Markdown, common on ActivityPub)
Clients should display the richest possible format available. If the client does not support the richest format, it should fall back to the next richest format. Clients should display the richest possible format available. If the client does not support the richest format, it should fall back to the next richest format.