Added
- Raw Markdown pages — a new
raw-markdownpage kind publishes a.md/.markdownfile verbatim with no HTML conversion: no rendering, no template, noindex.html. The file is stored as a singlesource.mdobject with content typetext/plain; charset=utf-8, so visiting the slug/id URL redirects to the CDN object and the browser displays the raw Markdown as text. - Available on both upload and paste tabs; the dashboard shows a dedicated kind badge and the edit page hides the show-source control (the page is the source).
- Password-protected raw pages are streamed by the Worker with
Cache-Control: no-store, never exposing the CDN URL.
Mode switching between rendered and raw is explicitly not supported. See ADR 0054.
Full Changelog: v1.3.0...v1.4.0