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.
action_markdown · action · Data & Transform · Available · v1.0.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
markdownMarkdown | string (multiline) | no | input# Titolo Testo **in grassetto** e [un link](https://example.com). | Il testo Markdown da convertire. Vuoto = usa l'input del nodo. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
defaultJSON 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"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes