# Defuddle.md (Website) [Defuddle](https://defuddle.md) — Get the main content of any page as Markdown. Display Markdown ```javascript javascript:void(location.href='https://defuddle.md/'+location.href.replace(/^https?:\/\//,%27%27)) ``` Copy Markdown ```javascript javascript:void(fetch('https://defuddle.md/'+location.href.replace(/^https?:\/\//,%27%27)).then(r=>r.text()).then(t=>{navigator.clipboard.writeText(t);document.title=%27\u2705 %27+document.title;setTimeout(()=>{document.title=document.title.slice(2)},2000)}).catch(()=>{window.open(%27https://defuddle.md/%27+location.href.replace(/^https?:\/\//,%27%27))})) ``` --- [Defuddle — Documentation](https://defuddle.md/docs) --- 🌸 ```bash npx defuddle parse https://www.allrecipes.com/article/whats-the-difference-between-types-of-oats/ -m -o oats.md ``` ```bash npx defuddle parse URL -m -o FileName.md ``` ```bash npx defuddle parse 000 -m -o FileName.md ```