markdown-new

n8n node to convert URLs to Markdown using markdown.new

Package Information

Downloads: 2 weekly / 20 monthly
Latest Version: 0.2.0
Author: sadv1r

Documentation

n8n-nodes-markdown-new

npm version

This is an n8n community node that converts any URL to clean Markdown using the markdown.new service.

n8n is a fair-code licensed workflow automation platform.

Installation |
Operations |
Compatibility |
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Convert URL to Markdown

Converts a web page to clean Markdown text.

Parameters:

Parameter Type Default Description
URL string The URL of the web page to convert (required)
Method auto / ai / browser auto The conversion method to use
Retain Images boolean false Whether to keep image references in the output

Conversion methods:

  • Auto — Uses a three-tier fallback: native Markdown request, then AI conversion, then headless browser rendering
  • AI — Uses Cloudflare Workers AI to convert HTML to Markdown
  • Browser — Uses headless browser rendering for JavaScript-heavy pages (~1–2s extra latency)

Compatibility

Tested with n8n v1.x. Requires n8n Nodes API version 1.

Resources

License

MIT

Discussion