Release Feb 26, 2026

Editors now recognize and surface Markdown frontmatter, and the conversion API will explicitly signal when requests wait too long so clients can retry appropriately.

✨ New

  • Recognize frontmatter in Markdown so document metadata is preserved in the editor.
  • Conversion API returns 429 and a Retry-After header when requests wait too long in the processing queue.

💎 Improved

  • Document metadata now renders in a secondary (muted) color in the editor.
  • Editor headings no longer show decorative underlines, improving readability.
  • Conversion requests now time out sooner (20s instead of 30s) to free workers faster.
  • A queue wait timeout is enforced (default 5s) so stalled requests fail faster.