[PR #393] [MERGED] Optimize LineReader.ReadLine #986

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/393
Author: @MihaZupan
Created: 1/30/2020
Status: Merged
Merged: 1/31/2020
Merged by: @xoofx

Base: masterHead: line-reader


📝 Commits (1)

  • c3c4d37 Optimize LineReader.ReadLine

📊 Changes

3 files changed (+54 additions, -61 deletions)

View changed files

📝 src/Markdig.Tests/TestLineReader.cs (+31 -31)
📝 src/Markdig/Helpers/LineReader.cs (+21 -28)
📝 src/Markdig/Parsers/MarkdownParser.cs (+2 -2)

📄 Description

Closes #388

Discussion for reference: https://github.com/lunet-io/markdig/pull/388#issuecomment-580429867


🔄 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/393 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 1/30/2020 **Status:** ✅ Merged **Merged:** 1/31/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `line-reader` --- ### 📝 Commits (1) - [`c3c4d37`](https://github.com/xoofx/markdig/commit/c3c4d37b82edcfb531ad6cced5569d398ae0b6d4) Optimize LineReader.ReadLine ### 📊 Changes **3 files changed** (+54 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestLineReader.cs` (+31 -31) 📝 `src/Markdig/Helpers/LineReader.cs` (+21 -28) 📝 `src/Markdig/Parsers/MarkdownParser.cs` (+2 -2) </details> ### 📄 Description Closes #388 Discussion for reference: https://github.com/lunet-io/markdig/pull/388#issuecomment-580429867 --- <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:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#986