For Dashboard Designers Reference MarkdownView
Friday, March 15, 2019 9:48 PMMarkdownView
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"> |