Skip to content

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

  1. Container wrapper styles such as backgroundColor, padding, margin, border, etc.
  2. color for the font color
  3. fontSize for the font size

Example

{
  "component": "markdown",
  "text": "{data.inbox.initialPayload.summary}"
}