mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 10:09:54 +00:00
Document ruby text support (#323)
This commit is contained in:
parent
01c21b978a
commit
3209aa96b2
1 changed files with 1 additions and 0 deletions
|
@ -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/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue