| Platforms | macOS, plus the browser version | Windows, macOS, Linux, iOS, Android | Windows, macOS, Linux | Windows, macOS, Linux |
|---|
| What you see while editing | Renders as you type; the line under the cursor stays typeset | Live Preview: the syntax of whatever the cursor enters becomes visible | WYSIWYG | Source on the left, preview on the right — you always edit the source |
|---|
| What lands on disk | A plain .md | A plain .md | A plain .md | A plain .md |
|---|
| Syntax | Strict GFM; nothing non-standard added | GFM plus its own: ==highlight==, ![[embeds]], %%comments%% | GFM plus optional extras — ==highlight==, sub/superscript, $math$ — off until enabled in preferences | GFM |
|---|
| Wikilinks and backlinks | Yes | Yes — it is the core of the product | No native support; community plugins exist | No |
|---|
| Diagrams and formulas | Mermaid, Markmap and KaTeX drawn in place | Yes | Yes, once enabled in preferences | Math built in; Mermaid needs an extension |
|---|
| Spacing between Chinese and Latin | Built in | Not built in; a community plugin does it | Not built in | Not built in |
|---|
| How it extends | No plugin marketplace, by choice | Community plugin ecosystem | Community plugins | The VS Code extension marketplace |
|---|