Skip to main content

Markdown Preview Plugin

Markdown Preview is a core Voiden plugin that provides live preview and full GitHub Flavored Markdown (GFM) rendering for .md and .markdown files. It allows users to seamlessly switch between editing and previewing Markdown content inside the Voiden editor.


Preview Modes

Want to see your Markdown as more than plain text? You've got two ways to look at it, and switching between them is as easy as a click in the top-right corner of the editor.

  • Render View — Just want to see the finished result? Toggle this and the editor steps aside completely, showing you the fully rendered Markdown exactly as it'll look to anyone reading it.

    render

  • Side-by-Side View — Prefer writing and checking at the same time? This splits your view in two — raw Markdown on the left, live preview on the right. Type on one side and watch it come to life on the other, no flipping back and forth needed.

    side-by-side


Dependencies

{
"core": "^1.0.0",
"sdk": "^1.0.0"
}