[PR #532] [MERGED] Avoid char[] & string allocations in HtmlBlockParser #1096

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/532
Author: @MihaZupan
Created: 3/14/2021
Status: Merged
Merged: 3/15/2021
Merged by: @xoofx

Base: masterHead: more-allocs


📝 Commits (2)

  • 00c175a Remove char[], string allocations in HtmlBlockParser
  • f985750 Don't use the Roundtrip InfoParser by default

📊 Changes

2 files changed (+71 additions, -71 deletions)

View changed files

📝 src/Markdig/Parsers/FencedBlockParserBase.cs (+1 -1)
📝 src/Markdig/Parsers/HtmlBlockParser.cs (+70 -70)

📄 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/xoofx/markdig/pull/532 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 3/14/2021 **Status:** ✅ Merged **Merged:** 3/15/2021 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `more-allocs` --- ### 📝 Commits (2) - [`00c175a`](https://github.com/xoofx/markdig/commit/00c175a79c6f2c89cc05426211b29b23b06cd7d7) Remove char[], string allocations in HtmlBlockParser - [`f985750`](https://github.com/xoofx/markdig/commit/f985750b82cff7b037111b5ede785ee23313479c) Don't use the Roundtrip InfoParser by default ### 📊 Changes **2 files changed** (+71 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Parsers/FencedBlockParserBase.cs` (+1 -1) 📝 `src/Markdig/Parsers/HtmlBlockParser.cs` (+70 -70) </details> ### 📄 Description _No description provided_ --- <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:49:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1096