From 52e1b4a4a916845cede1cb45033ffb92fb421cda Mon Sep 17 00:00:00 2001 From: jeongho <> Date: Fri, 27 Mar 2026 15:37:36 +0900 Subject: [PATCH] Add Built with Markdown Viewer section: Markdown Desk --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a25127e..9dfa5b5 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,12 @@ Contributions are welcome! Please feel free to submit a Pull Request. 4. Push to the branch (`git push origin amazing-feature`) 5. Open a Pull Request +## 🖥️ Built with Markdown Viewer + +| Project | Description | +|---------|-------------| +| [Markdown Desk](https://github.com/jhrepo/markdown-desk) | A native macOS desktop wrapper built with [Tauri](https://tauri.app/), adding live reload and native file open/save (`Cmd+O`/`Cmd+S`). Tracks upstream via Git submodule. | + ## 📄 License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.