[PR #928] [MERGED] refactor: Migrate the markdown feature from Dart to Rust #4439

Closed
opened 2026-03-23 21:37:49 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/928
Author: @matrixhead
Created: 8/29/2022
Status: Merged
Merged: 9/6/2022
Merged by: @appflowy

Base: mainHead: main


📝 Commits (1)

  • e496f93 refactor: Migrate the markdown feature from Dart to Rust

📊 Changes

3 files changed (+392 additions, -1 deletions)

View changed files

shared-lib/lib-ot/src/codec/markdown/markdown_encoder.rs (+387 -0)
📝 shared-lib/lib-ot/src/codec/markdown/mod.rs (+1 -1)
📝 shared-lib/lib-ot/src/rich_text/attributes.rs (+4 -0)

📄 Description

#357


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/928 **Author:** [@matrixhead](https://github.com/matrixhead) **Created:** 8/29/2022 **Status:** ✅ Merged **Merged:** 9/6/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e496f93`](https://github.com/AppFlowy-IO/AppFlowy/commit/e496f93b9e397efba058c3f9138a627e327dbc62) refactor: Migrate the markdown feature from Dart to Rust ### 📊 Changes **3 files changed** (+392 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `shared-lib/lib-ot/src/codec/markdown/markdown_encoder.rs` (+387 -0) 📝 `shared-lib/lib-ot/src/codec/markdown/mod.rs` (+1 -1) 📝 `shared-lib/lib-ot/src/rich_text/attributes.rs` (+4 -0) </details> ### 📄 Description #357 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:37:49 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4439
No description provided.