Markdown → HTML

action_markdown · action · Data & Transform · Available · v1.0.0

Description

Convert Markdown to SAFE HTML in pure JavaScript — ideal for turning AI-node output (usually Markdown) into email-ready HTML. Every text node is XSS-escaped before formatting is applied.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
markdown
Markdown
string (multiline)noinput
# Titolo Testo **in grassetto** e [un link](https://example.com).
Il testo Markdown da convertire. Vuoto = usa l'input del nodo.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • default

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-action_markdown-1",
  "defId": "action_markdown",
  "label": "Markdown → HTML",
  "config": {
    "markdown": "input"
  }
}

🔗 Related nodes in the same category

Ready to use Markdown → HTML?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes