[PR #422] [MERGED] Cleanup ListBlockParser #1015

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

📋 Pull Request Information

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

Base: masterHead: ListBlockParser


📝 Commits (2)

  • fdf125d Cleanup ListBlockParser
  • 8ee50a2 Merge branch 'master' into ListBlockParser

📊 Changes

1 file changed (+35 additions, -57 deletions)

View changed files

📝 src/Markdig/Parsers/ListBlockParser.cs (+35 -57)

📄 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/422 **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:** `ListBlockParser` --- ### 📝 Commits (2) - [`fdf125d`](https://github.com/xoofx/markdig/commit/fdf125d05d3207b208bc9e79ca743c5aabd1d4de) Cleanup ListBlockParser - [`8ee50a2`](https://github.com/xoofx/markdig/commit/8ee50a265da7654000fdf18b56c1df6062dbb9d7) Merge branch 'master' into ListBlockParser ### 📊 Changes **1 file changed** (+35 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Parsers/ListBlockParser.cs` (+35 -57) </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:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1015