I build a lot of long HTML reports and prototype UIs, and reviewing them was always the same painful loop: read the page, switch to a separate notes file, write “expand this,” “this table is ...
I recently published my first open-source Python package: markdfetch. The idea started from a simple need: fetch a web page and convert it into clean Markdown or text with minimal code. Some features ...