diff --git a/aider/website/docs/usage/images-urls.md b/aider/website/docs/usage/images-urls.md index b3fb6797a..2a7c9bce0 100644 --- a/aider/website/docs/usage/images-urls.md +++ b/aider/website/docs/usage/images-urls.md @@ -40,4 +40,9 @@ To add URLs to the chat: - Use `/web ` - Just paste the URL into the chat and aider will ask if you want to add it. +You can also scrape web pages from the command line to see the markdown version that aider produces: + +``` +python -m aider.scrape https://aider.chat/docs/usage/tips.html +```