GPU-accelerated · 6 MB · macOS only
Markdown Now
A fast, native macOS markdown editor with live preview. Built with Rust and GPUI.
README.md — Markdown Now
1# Markdown Now23A **fast**, native macOS markdown editor.45## Features67- Live side-by-side preview8- Syntax highlighting9- GPU-accelerated rendering1011```rust12fn main() {13 println!("Hello!");14}15```
Markdown Now
A fast, native macOS markdown editor.
Features
- Live side-by-side preview
- Syntax highlighting
- GPU-accelerated rendering
fn main() {
println!("Hello!");
}