Document ruby text support (#323)

This commit is contained in:
flamingos-cant 2024-09-21 15:14:56 +01:00 committed by GitHub
parent 01c21b978a
commit 3209aa96b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ The main type of content in Lemmy is text which can be formatted with Markdown.
| 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 | | \~\~Strikethrough\~\~ | | Some ~removed~ text |
| \{Ruby\|text\} | | <ruby>Ruby<rt>text</rt></ruby> |
[CommonMark Tutorial](https://commonmark.org/help/tutorial/) [CommonMark Tutorial](https://commonmark.org/help/tutorial/)