Mark Text Markdown: Complete Guide
Mark Text is a free, open-source markdown editor with real-time preview. Like Typora, it renders markdown inline as you type. It supports CommonMark, GFM, and adds features like math, diagrams, and multiple themes. Mark Text is available on macOS, Windows, and Linux.
Markdown support:Full
Markdown Support in Mark Text
| Format | Syntax | Support |
|---|---|---|
| Bold | **text** | Yes |
| Italic | *text* | Yes |
| Strikethrough | ~~text~~ | Yes |
| Headings | # H1 ... ###### H6 | Yes |
| Links | [text](url) | Yes |
| Images |  | Yes |
| Blockquotes | > quote | Yes |
| Ordered Lists | 1. item | Yes |
| Unordered Lists | - item | Yes |
| Code (inline) | `code` | Yes |
| Code Blocks | ```lang\ncode\n``` | Yes |
| Tables | | col | col | | Yes |
| Task Lists | - [ ] task | Yes |
| Footnotes | [^1] | Yes |
| Horizontal Rule | --- | Yes |
Things to know
- Open source and completely free, unlike Typora which requires a license.
- Supports Mermaid, Vega-Lite, and PlantUML diagrams.
- Multiple editing modes: Source Code, Typewriter, and Focus.
- Supports six themes including dark mode variants.
Frequently Asked Questions
Does Mark Text support markdown?
Yes. Mark Text is a dedicated markdown editor with full support for CommonMark, GFM, tables, task lists, footnotes, math, and diagrams. It renders formatting inline as you type.
How do you bold text in Mark Text?
Type **bold text** and Mark Text will render it as bold immediately. You can also use Ctrl/Cmd + B to toggle bold formatting.
Is Mark Text free?
Yes. Mark Text is completely free and open source. It is available for macOS, Windows, and Linux with no paid tiers or licenses required.
How does Mark Text compare to Typora?
Both render markdown inline without a split pane. Mark Text is free and open source, while Typora requires a paid license. Feature sets are similar, with both supporting GFM, math, and diagrams.