From c3365d58431fce1f3f7a89c640dae4b22b75b397 Mon Sep 17 00:00:00 2001 From: luca-chen198 Date: Sat, 8 Aug 2026 13:36:20 +0200 Subject: [PATCH] Add MarkdownEngine to Text --- contents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contents.json b/contents.json index 273b0ad5..c9d43a4e 100644 --- a/contents.json +++ b/contents.json @@ -3432,6 +3432,13 @@ "description":"A Markdown rendering component built on TextKit 2, providing smooth performance, rich customization options, and support for streaming AI-driven conversational interactions.", "homepage":"https://github.com/zjc19891106/MarkdownDisplayView" }, + { + "title":"MarkdownEngine", + "category":"text", + "description":"A native AppKit Markdown editor for macOS with live styling, wiki-style links, and LaTeX rendering, built on TextKit 2.", + "homepage":"https://github.com/nodes-app/swift-markdown-engine", + "tags":["macos"] + }, { "title":"MarkdownKit", "category":"text",