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 Now
2
3A **fast**, native macOS markdown editor.
4
5## Features
6
7- Live side-by-side preview
8- Syntax highlighting
9- GPU-accelerated rendering
10
11```rust
12fn 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!");
}