[PR #421] [MERGED] Cleanup ParagraphBlockParser #1013

Open
opened 2026-01-29 14:48:34 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/421
Author: @KrisVandermotten
Created: 4/16/2020
Status: Merged
Merged: 4/18/2020
Merged by: @xoofx

Base: masterHead: ParagraphBlockParser


📝 Commits (2)

  • 4613371 Cleanup ParagraphBlockParser
  • 34d9fa2 Merge branch 'master' into ParagraphBlockParser

📊 Changes

1 file changed (+44 additions, -47 deletions)

View changed files

📝 src/Markdig/Parsers/ParagraphBlockParser.cs (+44 -47)

📄 Description

While the primary purpose of these changes is to improve the readability of the code, they may have a small positive effect on performance as well.


🔄 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/xoofx/markdig/pull/421 **Author:** [@KrisVandermotten](https://github.com/KrisVandermotten) **Created:** 4/16/2020 **Status:** ✅ Merged **Merged:** 4/18/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `ParagraphBlockParser` --- ### 📝 Commits (2) - [`4613371`](https://github.com/xoofx/markdig/commit/46133715ab8843ac27922f3f1c388ed7fb441229) Cleanup ParagraphBlockParser - [`34d9fa2`](https://github.com/xoofx/markdig/commit/34d9fa2bcc2738a9938eb528bf4a4818d2c7dcf6) Merge branch 'master' into ParagraphBlockParser ### 📊 Changes **1 file changed** (+44 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Parsers/ParagraphBlockParser.cs` (+44 -47) </details> ### 📄 Description While the primary purpose of these changes is to improve the readability of the code, they may have a small positive effect on performance as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:48:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1013