Skip to main content

MARKDOWN_TO_HTML

Converts markdown text to HTML and sets it as text output.

At a glance

  • Category Utils
  • Version: 1.0.10
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
textText input or flow variable to convert. If omitted, the default text input is used.NonefalsetrueNoneNone

Examples

Convert markdown to HTML

- step: MARKDOWN_TO_HTML
text: "# Hello\\nThis is **markdown**"

See Also

General Resources: