> ## Documentation Index
> Fetch the complete documentation index at: https://allmd.blode.md/llms.txt
> Use this file to discover all available pages before exploring further.

# RSS

Convert RSS and Atom feeds to markdown.

## Usage

```bash
allmd rss <url> -o output.md
```

## Supported Formats

- RSS feed URLs
- Atom feed URLs

## Example

```bash
# 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
```