MarkdownEditView

Label: :IA_Function
Property: type: MarkdownEditView
Inherits from: Function and View

MarkdownEditView allows the user to edit Markdown documents using two modes of editing: code or WYSIWYG.

For the supported syntax for Markdown documents see here

Function parameters

Key Description Default value Possible values
markdown initial markdown text (code) to be edited string

Mustache templating can be used on the markdown parameter but it is switched off by default ($markdown:templating: none) and should be enabled first($markdown:templating: true) for template parameters to be evaluated. This allows the user to write Mustache placeholders, in the markdown text, that would be replaced when the document is displayed in a MarkdownView (that also receives the required data).