Package Information
Released: 5/18/2025
Downloads: 1 weekly / 15 monthly
Latest Version: 1.0.0
Author: adamqi
Documentation
n8n-nodes-turndown-html-to-markdown
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. Now with GitHub Flavored Markdown (GFM) support!
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. Agora com suporte a GitHub Flavored Markdown (GFM)!
n8n is a fair-code licensed workflow automation platform.
Demos
Example of how Turndown styled HTML in MarkDown:
MarkDown TurnDown working in n8n, converting HTML to Markdown, with line wrapping and standard visual style from the TurnDown library:
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- HTML > Markdown
- Markdown > HTML
Features
- Standard Markdown conversion
- GitHub Flavored Markdown (GFM) support, including:
- Tables
- Strikethrough
- Task lists
- Fenced code blocks
Compatibility
- n8n v0.221.2 or higher
Resources
- n8n community nodes documentation
- This package uses the Turndown library to convert HTML to Markdown.
- This package uses the joplin-turndown-plugin-gfm plugin to support GitHub Flavored Markdown features.
- This package uses the Marked library to be able to convert Markdown to HTML.