From 0856fd4fd9357214b94d11c44909eff4882c2fd8 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 25 Jul 2024 15:40:08 +0200 Subject: [PATCH] fix: :pencil2: Add missing parentheses --- app/structures/content-format/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/structures/content-format/page.mdx b/app/structures/content-format/page.mdx index b182f3b..c11fad2 100644 --- a/app/structures/content-format/page.mdx +++ b/app/structures/content-format/page.mdx @@ -58,7 +58,7 @@ HTML is the recommended content type for text content, and as such every text co Rich formats include: - `text/html` - `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.