Email.md – Markdown to responsive, email-safe HTML
Markdown-to-email CLI saves you from coding HTML tables by hand.
HTML to Markdown with CSS selector and XPath annotations
Embeds DOM selectors in markdown comments so scrapers don't need LLM on every run.
Developers building LLM-powered web scrapers
JinaAI · Firecrawl · html2text
What if the LLM could also see where each piece of content lives in the DOM? Then it can generate robust scraping code — stable selectors and XPaths that run without any LLM in the loop, saving tokens and improving accuracy on long or repetitive pages.
Scrapedown does exactly this: it converts HTML to Markdown and annotates each element with its CSS selector and/or XPath, so an LLM can produce precise, reusable scraper code in one shot.
Markdown-to-email CLI saves you from coding HTML tables by hand.
AI proposes selectors, browser verifies them — beats Chrome DevTools' brittle copy selector.
Separates content from CSS styling better than Marp or Slidev for cleaner decks.
LLM-generated selector caching beats manual scraping, but Jina AI and Beautiful Soup handle this cheaper.
Annotation-to-HTML-comment conversion is neat, but CodePen and JSFiddle already exist.
Yet another converter collection when Pandoc and CyberChef already exist.