Text sent to a MeetUp 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 |
```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 |
* List entry * Sub entry * Sub entry * Sub entry | Unordered list, allowing indentation for sub-levels |
- List entry - Sub entry - Sub entry - Sub entry | Ordered list, allowing indentation for sub-levels |
[SHIFT ENTER] | Line-Break |
/... | A command to the MeetUp bot |
@all, @online | Mentions for all users, online users or specific users and groups |
@group:<groupid>, @user:<userid> |