Merge pull request #64 from petersolopov/improve/defuddle-skip-md-urls

defuddle: skip URLs ending in .md
This commit is contained in:
Steph Ango
2026-04-02 10:21:56 -07:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: defuddle
description: Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page.
description: Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.
---
# Defuddle