Node Inputs
Required Fields
HTML: The HTML content that needs to be converted. Example:Optional Fields
Currently, there are no optional fields for this node.Node Output
Markdown: The converted Markdown representation of the input HTML. Example: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.