From ab9353f251883cd6d0b0bbabc9bf2287e702af39 Mon Sep 17 00:00:00 2001
From: Maarten Vercruysse <67873169+MV-GH@users.noreply.github.com>
Date: Tue, 20 Aug 2024 01:30:54 +0200
Subject: [PATCH] Add Strikethrough to media documentation (#318)
---
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 931f981..4fad6a5 100644
--- a/src/users/02-media.md
+++ b/src/users/02-media.md
@@ -19,6 +19,7 @@ The main type of content in Lemmy is text which can be formatted with Markdown.
| ::: spoiler hidden or nsfw stuff
_a bunch of spoilers here_
::: | | hidden or nsfw stuff
a bunch of spoilers here
|
| Some \~subscript\~ text | | Some subscript text |
| Some \^superscript\^ text | | Some superscript text |
+| \~\~Strikethrough\~\~ | | Some ~removed~ text |
[CommonMark Tutorial](https://commonmark.org/help/tutorial/)