For Dashboard Designers Reference MarkdownView
Monday, February 25, 2019 10:27 AMMarkdownView
Labels: :IA_Function:IA_MarkdownView
Inherits from: Function and View
The MarkdownView Function shows a document generated by Markdown.
Function parameters
Key | Description | Default value | Possible values |
---|---|---|---|
markdown |
Markdown to generate the document, following CommonMark syntax. | string |
Additional syntax
The CommonMark syntax is extended with InterActor-specific syntax.
Syntax | Description | Example Markdown | Example HTML Output |
---|---|---|---|
[element]{attributes} |
Inserts an arbitrary simple HTML element (without child elements). | [img]{src:"image.jpg"} |
<img src="image.jpg"> |