From 3209aa96b2f784a64c2296a9a8968f1b422227d6 Mon Sep 17 00:00:00 2001
From: flamingos-cant <45780476+flamingo-cant-draw@users.noreply.github.com>
Date: Sat, 21 Sep 2024 15:14:56 +0100
Subject: [PATCH] Document ruby text support (#323)
---
src/users/02-media.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/users/02-media.md b/src/users/02-media.md
index 8e81dac..1cfd506 100644
--- a/src/users/02-media.md
+++ b/src/users/02-media.md
@@ -22,6 +22,7 @@ The main type of content in Lemmy is text which can be formatted with Markdown.
| Some \~subscript\~ text | | Some subscript text |
| Some \^superscript\^ text | | Some superscript text |
| \~\~Strikethrough\~\~ | | Some ~removed~ text |
+| \{Ruby\|text\} | | Ruby |
[CommonMark Tutorial](https://commonmark.org/help/tutorial/)