Add Strikethrough to media documentation (#318)

This commit is contained in:
Maarten Vercruysse 2024-08-20 01:30:54 +02:00 committed by GitHub
parent 99c15b6aac
commit ab9353f251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ The main type of content in Lemmy is text which can be formatted with Markdown.
| ::: spoiler hidden or nsfw stuff<br>_a bunch of spoilers here_<br>::: | | <details><summary> hidden or nsfw stuff </summary><p><em>a bunch of spoilers here</em></p></details> |
| Some \~subscript\~ text | | Some <sub>subscript</sub> text |
| Some \^superscript\^ text | | Some <sup>superscript</sup> text |
| \~\~Strikethrough\~\~ | | Some ~removed~ text |
[CommonMark Tutorial](https://commonmark.org/help/tutorial/)