Markdown is a lightweight markup language that you can use to add formatting elements to a step.
type
Control implementation, must be Markdown
N/A
id
Unique ID within the flow
N/A
data
Text to display
N/A
This from a step where two lines of text, one heading and one paragraph with a line break between, using one markdown control.
This an example where three different markdowns are used in the same step. Note that each markdown need a unique id.
This an example with one markdown using lang-file to add data from a previous step. It combines string and variable data. For example. "You have selected Donald Duck." where Donald Duck is data from a previous step.
The top example is from a step. The below example is from a language file., en.json.
Click following link for a number of examples on how to use markdown in a step. https://www.markdownguide.org/cheat-sheet/