[PR #1099] [CLOSED] feat: double asterisks to bold text #4530

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1099
Author: @LucasXu0
Created: 9/20/2022
Status: Closed

Base: mainHead: markdown_syntax_to_styled_text


📝 Commits (1)

  • 14b0ffd feat: double asterisks to bold text

📊 Changes

4 files changed (+193 additions, -0 deletions)

View changed files

frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart (+65 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart (+6 -0)
📝 frontend/app_flowy/packages/appflowy_editor/test/infra/test_raw_key_event.dart (+3 -0)
frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart (+119 -0)

📄 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/1099 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 9/20/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `markdown_syntax_to_styled_text` --- ### 📝 Commits (1) - [`14b0ffd`](https://github.com/AppFlowy-IO/AppFlowy/commit/14b0ffda250b5e2e2fedfd8e782be7920b5f6821) feat: double asterisks to bold text ### 📊 Changes **4 files changed** (+193 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart` (+65 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart` (+6 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/test/infra/test_raw_key_event.dart` (+3 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart` (+119 -0) </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 21:38:13 +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#4530
No description provided.