Feature
Read any article as Markdown
Every article can now be read as raw Markdown. No scraping, no HTML parsing.
Two ways to get it
Add .md to any article URL:
https://yourpublication.com/my-article.md
Or ask for it with a header on the normal URL:
curl -H "Accept: text/markdown" https://yourpublication.com/my-article
Both return the article's source Markdown, title included. Browser visits stay HTML, so nothing changes for your readers.
Built for agents
LLMs and coding agents want Markdown, not a page of HTML. Point one at an article and it gets clean text it can use.