mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 10:09:54 +00:00
Add Strikethrough to media documentation (#318)
This commit is contained in:
parent
99c15b6aac
commit
ab9353f251
1 changed files with 1 additions and 0 deletions
|
@ -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> |
|
| ::: 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 \~subscript\~ text | | Some <sub>subscript</sub> text |
|
||||||
| Some \^superscript\^ text | | Some <sup>superscript</sup> text |
|
| Some \^superscript\^ text | | Some <sup>superscript</sup> text |
|
||||||
|
| \~\~Strikethrough\~\~ | | Some ~removed~ text |
|
||||||
|
|
||||||
[CommonMark Tutorial](https://commonmark.org/help/tutorial/)
|
[CommonMark Tutorial](https://commonmark.org/help/tutorial/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue