Tools
HTML to Markdown
This document explains the HTML to Markdown node, which converts HTML content into Markdown format for easier readability and integration into Markdown-supported tools or platforms.
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.