The markdown-only editing mode has been removed from the editor.
Why
The TipTap rich text editor already supports full markdown syntax. You can type markdown shortcuts and they're converted to formatted text in real-time:
##→ Heading 2**text**→ bold*text*→ italic`code`→inline code-→ bullet list1.→ numbered list>→ blockquote
What about existing posts?
All posts created in markdown mode have been automatically migrated. The HTML rendering is identical — no content was lost or changed.
If you strongly prefer raw markdown editing, you can still write markdown syntax in the rich text editor — it's converted on-the-fly as you type.
This change simplifies our editor codebase and lets us focus on making the rich text experience even better.