Merge branch 'main' of git.openprivacy.ca:cwtch.im/docs.cwtch.im into main

This commit is contained in:
Dan Ballard 2022-07-06 10:13:53 -07:00
commit 342826e7b8
2 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,6 @@ Cwtch currently supports the following formatting markdown for messages:
* `**bold**` which will render **bold**
* `*italic*` which will render *italic*
* ``code`` which will render `code`
* `^superscript^` which will render superscript
* `_subscript_` which will render subscript
* `~~strikthrough~~` which will render ~~strikethrough~~
* `^superscript^` which will render <sup>superscript</sup>
* `_subscript_` which will render <sub>subscript</sub>
* `~~strikthrough~~` which will render <del>strikethrough</del>