From e157bb36e99d86af5702f8a8e0f66f228e4bbc76 Mon Sep 17 00:00:00 2001 From: Vorojar Date: Sat, 11 Apr 2026 21:01:44 +0800 Subject: [PATCH] Add md-preview to Markdown section --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2cded67b..f2b3b468d 100644 --- a/README.md +++ b/README.md @@ -3278,7 +3278,7 @@ You can see in which language an app is written. Currently there are following l
⬆️ Back to Top
-#### 📝 Markdown (11) +#### 📝 Markdown (12) - [Gingko](https://github.com/gingko/client) - Tree-structured markdown editor for macOS, Windows, and Linux. **Languages:** Elm icon Elm @@ -3346,6 +3346,12 @@ You can see in which language an app is written. Currently there are following l

+- [md-preview](https://github.com/vorojar/md-preview) - Ultra-lightweight Markdown preview app (~1MB binary) built with Rust, with offline syntax highlighting, dark mode, and cross-platform support. + + **Languages:** Rust icon Rust + + **Badges:** Latest Release   GitHub stars   Last commit   License + - [mxMarkEdit](https://github.com/maxnd/mxMarkEdit) - A visual editor of Markdown document, tasks and tables. **Languages:** free-pascal