Merge pull request 'fix typos and visualization' (#7) from Guido/docs.cwtch.im:main into main

Reviewed-on: #7
This commit is contained in:
Dan Ballard 2022-07-06 17:13:45 +00:00
commit 1727bf5f59
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** * `**bold**` which will render **bold**
* `*italic*` which will render *italic* * `*italic*` which will render *italic*
* ``code`` which will render `code` * ``code`` which will render `code`
* `^superscript^` which will render superscript * `^superscript^` which will render <sup>superscript</sup>
* `_subscript_` which will render subscript * `_subscript_` which will render <sub>subscript</sub>
* `~~strikthrough~~` which will render ~~strikethrough~~ * `~~strikthrough~~` which will render <del>strikethrough</del>

View File

@ -4,7 +4,7 @@ sidebar_position: 1
# An Introduction to Cwtch Profiles # An Introduction to Cwtch Profiles
With Cwtch you can create one of more **Profiles**. Each profile generates a random ed25519 keypair compatible with With Cwtch you can create one of more **Profiles**. Each profile generates a random ed25519 key pair compatible with
the Tor Network. the Tor Network.
This is the identifier that you can give out to people and that they can use to contact you via Cwtch. This is the identifier that you can give out to people and that they can use to contact you via Cwtch.