Text Formatting

Text sent to a CoWork channel support basic text formatting which is derived from MarkDown.

Format Description
**bold** Bold Text
*italic* Italic Text
__underline__ Text with underline
~~strikethrough~~ Text with a strike through
# Heading 1 A Heading with the level derived from the number of # symbols
## Heading 2
### Heading 3
`Command` Single and multiline code and command blocks. The multiline command requires line breaks.
```
Command Block
```
https://www.mycompany.com Hyperlink to website
[My Company](https://www.mycompany.com) Hyperlink to website with My Company as text
postmaster@mycompany.com E-Mail link
mailto:postmaster@mycompany.com
[My Company](mailto:postmaster@mycompany.com) E-Mail link with My Company as text
![My Image](https://www.mycompany.com/image.jpg) Image from a website with alternative text My Image
* List entry
  * Sub entry
  * Sub entry
    * Sub entry
Unordered list, allowing indentation for sub-levels
- List entry
  - Sub entry
  - Sub entry
    - Sub entry
Unordered list, allowing indentation for sub-levels
1. List entry
  1. Sub entry
  1. Sub entry
    1. Sub entry
Ordered list, allowing indentation for sub-levels
1) List entry
  1) Sub entry
  1) Sub entry
    1) Sub entry
Ordered list, allowing indentation for sub-levels
[SHIFT ENTER] Line-Break
/... A command to the CoWork bot
@all, @online Mentions for all users, online users or specific users and groups
@group:<groupid>, @user:<userid>