fix typos and visualization #7

Merged
dan merged 3 commits from Guido/docs.cwtch.im:main into main 2022-07-06 17:13:46 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 473eea91fd - Show all commits

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>