Skip to content
allmd

AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.

RSS

Convert RSS and Atom feeds to markdown.

Usage

allmd rss <url> -o output.md

Supported Formats

  • RSS feed URLs
  • Atom feed URLs

Example

# Convert an RSS feed to markdown
allmd rss https://example.com/feed.xml -o feed.md

# Convert an Atom feed
allmd rss https://example.com/atom.xml -o feed.md