[PR #2253] [CLOSED] feat: Underline node parser implementation #5167

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2253
Author: @gunjan-l
Created: 4/12/2023
Status: Closed

Base: mainHead: underline_parser_1834


📝 Commits (7)

  • 9b1ab1a feat: underline node file created
  • a11bbef feat: some changes
  • dddcf00 feat: underline node parser implemented
  • 88ea7ea feat : small typo
  • e7fd809 feat: changed share_block.dart
  • 6bc6cf5 feat:updated share_markdown_test.dart
  • d253c8e feat: Changed and deleted the files

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 frontend/appflowy_flutter/test/unit_test/editor/share_markdown_test.dart (+0 -1)

📄 Description

Description

Underline parser implementation to support markdown code format

Feature Preview

#1834

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/2253 **Author:** [@gunjan-l](https://github.com/gunjan-l) **Created:** 4/12/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `underline_parser_1834` --- ### 📝 Commits (7) - [`9b1ab1a`](https://github.com/AppFlowy-IO/AppFlowy/commit/9b1ab1ae02a851647d63b7f923dbe9241f85f7e3) feat: underline node file created - [`a11bbef`](https://github.com/AppFlowy-IO/AppFlowy/commit/a11bbef882a90194168291ad019b8f32684af841) feat: some changes - [`dddcf00`](https://github.com/AppFlowy-IO/AppFlowy/commit/dddcf000b70e08a9cb5a3523215a501c7f7ae74f) feat: underline node parser implemented - [`88ea7ea`](https://github.com/AppFlowy-IO/AppFlowy/commit/88ea7eacc8929047f068b68cbbc0a3c99411130c) feat : small typo - [`e7fd809`](https://github.com/AppFlowy-IO/AppFlowy/commit/e7fd8094953c01d4b7f9973c47ab21a27a96cbcb) feat: changed share_block.dart - [`6bc6cf5`](https://github.com/AppFlowy-IO/AppFlowy/commit/6bc6cf5ace84fbf2920a7f9164d35941fd3d78db) feat:updated share_markdown_test.dart - [`d253c8e`](https://github.com/AppFlowy-IO/AppFlowy/commit/d253c8e484672980c48e1d793eb5433497df2e2d) feat: Changed and deleted the files ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/test/unit_test/editor/share_markdown_test.dart` (+0 -1) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> # Description Underline parser implementation to support markdown code format ### Feature Preview #1834 --- <!--- Before you mark this PR ready for review, run through this checklist! --> ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] This change requires a documentation update # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:32 +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#5167
No description provided.