Markdown syntax for automated workflow emails

Markdown syntax for automated workflow emails

1 min read
In automated workflows of Base, you can set an action to perform as sending an email. The following Markdown syntax can be used to format the body of the email.
Basic
Name
Syntax
Effect
Bold
**Bold**
Bold
Italic
*Italic*
Italic
Text link
Text
Divider
*** or ---
Headings
Name
Syntax
Effect
First-level title
# Heading level 1
250px|700px|reset
Second-level title
## Heading level 2
Third-level title
### Heading level 3
Fourth-level title
#### Heading level 4
Fifth-level title
##### Heading level 5
Sixth-level title
###### Heading level 6
Ordered and unordered lists
Name
Syntax
Effect
Ordered list
1. First item
2. Second item
3. Third item
4. Fourth item
  1. First item
  1. Second item
  1. Third item
  1. Fourth item
Unordered list
- First item
- Second item
- Third item
- Fourth item
  • First item
  • Second item
  • Third item
  • Fourth item
Table
Name
Syntax (Example)
Effect
Table
| Syntax | Description | Test Text |
| :--- |:--- |:--- |
| Header | Title | Here's this |
| Paragraph | Text | And more |
250px|700px|reset
Written by: Lark Help Center
Updated on 2024-11-20
How satisfied are you with this content?
Thank you for your feedback!
Need more help? Please contact Support.
0
rangeDom