Fetch and render URL content as markdown
| Flag | Short | Description | Value |
|---|---|---|---|
| --output | -o | Output file (default: stdout) | ✓ |
| --format | -f | Output format: text, html, markdown (default: markdown) | ✓ |
| --wait | -w | Wait time for page load in milliseconds (default: 3000) | ✓ |
| --help | -h | Show this help | — |
| --headless | Run in headless mode (default: true) | — | |
| --no-headless | Run with browser visible | — | |
| --check | Check dependencies and exit | — | |
| --install | Install missing dependencies | ✓ |