EN-US:
This is an n8n community node. It lets you use turndown-html-to-markdown in your n8n workflows.
Node to use in n8n that allows you to convert HTML to MarkDown using one of the most famous JS libraries that perform this conversion to Turndown
PT-BR:
Este é um nó da comunidade n8n. Ele permite que você use turndown-html-to-markdown em seus fluxos de trabalho n8n.
Nó para usar em n8n que permite converter HTML para MarkDown usando uma das bibliotecas JS mais famosas que realizam essa conversão, Turndown
n8n is a fair-code licensed workflow automation platform.
MarkDown TurnDown working in n8n, converting HTML to Markdown, with line wrapping and standard visual style from the TurnDown library:
Follow the installation guide in the n8n community nodes documentation.
List the operations supported by your node.
- HTML > Markdown
- Markdown > HTML
State the minimum n8n version, as well as which versions you test against. You can also include any known version incompatibility issues.
- n8n v0.221.2 or higher
- n8n community nodes documentation
- This package uses the Turndown library to convert HTML to Markdown.
- This package uses the Marked library to be able to convert Markdown to HTML.