Markdown in variables
It is possible to add markdown directly to linked contact data. However, this is not recommended and can cause issues. Please read careful consideration before using this feature.
⚠️
In most cases, you should use markdown in the template instead of the data. For example, if you want to bold a word, you should use the **{{variable}}**
syntax in the template, not the data.
Careful consideration
There are only two valid use cases for passing markdown in the data parameter.
These are:
- Tables
- Ordered lists
In all other cases, you should use markdown in the template instead. For example, if you want to bold a word, you should use the **bold**
syntax in the template, not the data.