[PR #1696] [MERGED] feat: greater to blockquote #4902

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1696
Author: @abichinger
Created: 1/11/2023
Status: Merged
Merged: 1/28/2023
Merged by: @LucasXu0

Base: mainHead: feat/md-blockquote


📝 Commits (3)

  • d0fd68d feat: greater to blockquote
  • 53118a6 fix: local variable 'text' isn't used
  • b2bc59c feat: #1061 Support markdown to create a blockquote

📊 Changes

2 files changed (+87 additions, -0 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/whitespace_handler.dart (+23 -0)
📝 frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/white_space_handler_test.dart (+64 -0)

📄 Description

solves #1061


🔄 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/1696 **Author:** [@abichinger](https://github.com/abichinger) **Created:** 1/11/2023 **Status:** ✅ Merged **Merged:** 1/28/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/md-blockquote` --- ### 📝 Commits (3) - [`d0fd68d`](https://github.com/AppFlowy-IO/AppFlowy/commit/d0fd68da951cd4be5acb5e85e0fdef85fdf0c8ec) feat: greater to blockquote - [`53118a6`](https://github.com/AppFlowy-IO/AppFlowy/commit/53118a6c51fcb5bddf976190c622c91175d0544c) fix: local variable 'text' isn't used - [`b2bc59c`](https://github.com/AppFlowy-IO/AppFlowy/commit/b2bc59c6a1e9719bd48ce3ec45dd4d1def209f92) feat: #1061 Support markdown to create a blockquote ### 📊 Changes **2 files changed** (+87 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/whitespace_handler.dart` (+23 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/white_space_handler_test.dart` (+64 -0) </details> ### 📄 Description solves #1061 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:20 +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#4902
No description provided.