Markdown
Markdown is a syntax to format plain text in your E-mails, Notifications, and content in Note fields.
Example of the syntax to the left; to the right, the preview:
Syntax | Preview |
---|---|
|
Server downtime notification |
|
Dear users: |
|
We are planning a server restart on: |
|
1. November the 25th. |
|
2. December the 2nd. |
|
For more information, contact: |
|
° John Smith |
|
Or read here. |
Line breaks
Line breaks are done differently depending on if it is written note fields, labels or emails.
For note field and labels, a line break is automatically done when adding a line break. E.g.,
Line 1
Line 2
For emails, a line break is done by adding two spaces after the first line and then adding a regular line break. E.g.,
Line 1<space><space>
Line 2
Both examples gives the following markdown result
Line 1
Line 2
Headings
It is possible to add different sizes of headings with:
# Heading1
## Heading2
### Heading3
Tables
Tables can be structured like following:
|**Header Col1**|**Header Col2**|
|-|-|
| Row1 - Col1 | Row1 - Col2 |
| Row2 - Col1 | Row2 - Col2 |
| Row3 - Col1 | Row3- Col2 |
To look like this:
Embed Youtube videos
To embed YouTube videos, use a Label component, tick the Display as formattedtext box and set the Caption to @[youtube]
followed by the ID of the video, e.g.:
@[youtube](JEXCVMjdVQg)
the ID of the video is taken from the URL. Copy the sequence after "v=" in the URL. In this case, from this: https://www.youtube.com/watch?v=JEXCVMjdVQg. When the URL extends beyond the video ID, then look out for the '&' character. The ID stops right before it. E.g., https://www.youtube.com/watch?v=0EqSXDwTq6U&ab_channel=jasminmakeup gives the ID 0EqSXDwTq6U. |