{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Text Formatting

Text sent to a CoWork channel supports text formatting using MarkDown. The following table shows the syntax of MarkDown annotations:

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>

Tables

Tables are derived from the GitHub flavored MarkDown and can be used in the following syntax:

  • The amount of columns is defined by the table header
  • The header row is separated by a row filled with dashes. The amount of dashes as not relevant.
  • Columns are separated by pipes |
  • You can optionally use opening and closing pipes in a row
  • Text alignment of can be done using colons at the start or end of the column
# Example
 
| Default | Left    | Center  | Right   |
|---------|:--------|:-------:|--------:|
| a       | b       | c       | d       |
| 1       | 2       | 3       | 4       |
i-net CoWork
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Text Formatting