Skip to content

Markdown to HTML Node

Utils/Markdown

Renders GitHub-flavoured Markdown as HTML

utils_md_md_to_htmlstd
Inputs4
Outputs2
Security exposure8/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
8/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
9/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
9/10High
CostExternal or compute cost impact.
10/10High

Input Pins

4

Input

Execution
exec_in

Initiate Execution

Markdown

String
markdown

Markdown source to render

Allow HTML

Boolean
allow_html

Pass raw HTML in the source through to the output. Leave off for untrusted input.

Default false

Smart Punctuation

Boolean
smart_punctuation

Convert quotes, dashes and ellipses to typographic equivalents

Default false

Output Pins

2

Output

Execution
exec_out

Finished Rendering

HTML

String
html

The rendered HTML

Node Info

Internal name
utils_md_md_to_html
Category
Utils/Markdown