Updated for Markion v0.3.1 · 2026-09-04
MARKION DOCUMENTATION
Overview
Markion is a native desktop Markdown editor built with Rust and GPUI, moving freely between source, visual editing, and live preview. These pages cover installation, editing modes, the workspace, rendering, themes, export, and keyboard shortcuts in full detail.
Quick start
Download the latest build from GitHub Releases:
| Platform | Release packages | Target |
|---|---|---|
| Windows | NSIS .exe NSIS installer | x86_64 |
| macOS | .app and .dmg | Apple Silicon (arm64), macOS 11+ |
| Linux | .deb and AppImage | x86_64 |
About security prompts. Releases are not platform code-signed. Windows SmartScreen may require More info → Run anyway, and macOS Gatekeeper may require right-clicking the app and choosing Open. The macOS package supports Apple Silicon only; Intel Mac packages, a universal binary, and Apple notarization are not currently provided.
In-app updates
Help → Check for Updates… offers an actionable update prompt on every platform:
- Tagged Windows x86_64 NSIS installations get a cryptographically verified (cargo-packager Minisign) one-click download-and-install that refuses to start while any document has unsaved changes.
- macOS and Linux open the matching release file in the system browser so you can download and install it yourself. Linux prefers AppImage on Arch-like systems and DEB on Debian-family systems.
Browse the documentation
Editing modesThe four view modes — Edit, Visual Edit, Split Preview, and Read — in detail.Documents & workspaceTabs, the file tree, outline panel, status bar, and data-safety mechanisms.Markdown & renderingCommonMark + GFM parsing, tables, images, math, and Mermaid rendering.Themes, languages & preferences14 built-in themes, custom themes, 7 interface languages, and the config.toml reference.ExportHTML, LaTeX, DOCX, PDF, image snapshots, and the MarkNice WeChat workspace.Keyboard shortcutsThe complete shortcut list with platform-aware modifiers.FAQPlatforms, updates, theme configuration, troubleshooting, and known limitations.
Getting help
Press F1 inside the app to open Markdown Reference and its tutorial link. To report a problem, file an issue on GitHub Issues — including the Markion version (shown in the first log line on startup) and your platform helps a lot.