Node Inputs

Required Fields

HTML: The HTML content that needs to be converted. Example:

<h1>Title</h1><p>This is a paragraph.</p>

Optional Fields

Currently, there are no optional fields for this node.

Node Output

Markdown: The converted Markdown representation of the input HTML. Example:

# Title  
This is a paragraph.

Node Functionality

The HTML to Markdown node:

  • Parses the provided HTML content.

  • Converts HTML elements (e.g., headings, paragraphs, lists) into their Markdown equivalents.

  • Ensures clean, readable output suitable for Markdown editors or platforms.

  • Maintains basic formatting while stripping unnecessary HTML tags.