Skip to content

v1.4.0 - Raw Markdown hosting

Latest

Choose a tag to compare

@nicknow nicknow released this 24 Aug 12:34
· 0 commits to development since this release

Added

  • Raw Markdown pages — a new raw-markdown page kind publishes a .md/.markdown file verbatim with no HTML conversion: no rendering, no template, no index.html. The file is stored as a single source.md object with content type text/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