Skip to content

Rich Text to HTML Node

Utils/Markdown

Converts a rich text document (plate_json) into HTML, keeping alignment, colours, columns and table spans that Markdown cannot express

utils_md_plate_to_htmlstd
Inputs5
Outputs3
Security exposure9/10
Packagestd

Ratings

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

SecurityAttack surface and exposure impact.
9/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

5

Input

Execution
exec_in

Initiate Execution

Document

String
document

Rich text document, with or without the plate_json:: prefix

Images

String
images

How to render image nodes

Default keep
keepalt_textstrip

Full Document

Boolean
full_document

Wrap the output in a complete HTML document with default styling

Default false

Title

String
title

Document title, used only when Full Document is enabled

Default Document

Output Pins

3

Output

Execution
exec_out

Finished Conversion

HTML

String
html

The converted HTML

Media

String Array
media

Every image, video, audio and file reference found in the document

Node Info

Internal name
utils_md_plate_to_html
Category
Utils/Markdown