Markdown
Markdown
A tile that display simple text or platform specific text (e.g. html)
| Name | Description |
|---|---|
| component | text |
| text | text to be displayed, can be text, html, markdown, etc. Any text in here will not be parsed as expression |
| styles | see styles |
Styles supported
- Container wrapper styles such as backgroundColor, padding, margin, border, etc.
colorfor the font colorfontSizefor the font size
Example
{
"component": "markdown",
"text": "{data.inbox.initialPayload.summary}"
}