Reading List
Markdown.new + bookmarklet from Sebastian De Deyne RSS feed.
Markdown.new + bookmarklet
Markdown.new is a nice little tool to convert a webpage into Markdown without any fuss.
To make it even easier, I created a bookmarklet to instantly convert the page you’re viewing to Markdown.
javascript:(()=>{location.href='https://markdown.new/'+location.href})()