[PR #1540] [MERGED] fix: add missing markdown converter for code block and divider #4807

Closed
opened 2026-03-23 22:15:55 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1540
Author: @LucasXu0
Created: 12/6/2022
Status: Merged
Merged: 12/6/2022
Merged by: @LucasXu0

Base: mainHead: missing_code_block_markdown


📝 Commits (2)

  • 29952bc fix: add missing markdown converter for code block and divider
  • 114968f fix: markdown decoder and encoder test error

📊 Changes

6 files changed (+35 additions, -2 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/markdown/decoder/document_markdown_decoder.dart (+2 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/markdown/encoder/document_markdown_encoder.dart (+2 -0)
frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/markdown/encoder/parser/divider_node_parser.dart (+14 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/markdown/encoder/parser/text_node_parser.dart (+1 -1)
frontend/app_flowy/packages/appflowy_editor/test/plugins/markdown/encoder/parser/divider_node_parser_test.dart (+15 -0)
📝 frontend/app_flowy/packages/appflowy_editor/test/plugins/markdown/encoder/parser/text_node_parser_test.dart (+1 -1)

📄 Description

No description provided


🔄 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/1540 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 12/6/2022 **Status:** ✅ Merged **Merged:** 12/6/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `missing_code_block_markdown` --- ### 📝 Commits (2) - [`29952bc`](https://github.com/AppFlowy-IO/AppFlowy/commit/29952bc7fdf0bc067385087a68277a6b1c72f72a) fix: add missing markdown converter for code block and divider - [`114968f`](https://github.com/AppFlowy-IO/AppFlowy/commit/114968f2eeb2c07ab56b2ba1d2cc5e42d5e9193a) fix: markdown decoder and encoder test error ### 📊 Changes **6 files changed** (+35 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/markdown/decoder/document_markdown_decoder.dart` (+2 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/markdown/encoder/document_markdown_encoder.dart` (+2 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/markdown/encoder/parser/divider_node_parser.dart` (+14 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/markdown/encoder/parser/text_node_parser.dart` (+1 -1) ➕ `frontend/app_flowy/packages/appflowy_editor/test/plugins/markdown/encoder/parser/divider_node_parser_test.dart` (+15 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/test/plugins/markdown/encoder/parser/text_node_parser_test.dart` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:15:55 +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#4807
No description provided.