[PR #285] [MERGED] Adds markdown parser context #911

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/285
Author: @patriksvensson
Created: 1/12/2019
Status: Merged
Merged: 1/19/2019
Merged by: @xoofx

Base: masterHead: feature/GH-284


📝 Commits (2)

  • 6539728 Adds markdown parser context
  • 664c824 Use Dictionary and removes setter

📊 Changes

5 files changed (+65 additions, -21 deletions)

View changed files

📝 src/Markdig/Markdown.cs (+21 -14)
src/Markdig/MarkdownParserContext.cs (+23 -0)
📝 src/Markdig/Parsers/BlockProcessor.cs (+7 -1)
📝 src/Markdig/Parsers/InlineProcessor.cs (+7 -1)
📝 src/Markdig/Parsers/MarkdownParser.cs (+7 -5)

📄 Description

Closes #284


🔄 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/285 **Author:** [@patriksvensson](https://github.com/patriksvensson) **Created:** 1/12/2019 **Status:** ✅ Merged **Merged:** 1/19/2019 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `feature/GH-284` --- ### 📝 Commits (2) - [`6539728`](https://github.com/xoofx/markdig/commit/653972847c3338575f84288044d8530814e85a6b) Adds markdown parser context - [`664c824`](https://github.com/xoofx/markdig/commit/664c824f8bfa49beb72300ec869a8004d23243c7) Use Dictionary and removes setter ### 📊 Changes **5 files changed** (+65 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Markdown.cs` (+21 -14) ➕ `src/Markdig/MarkdownParserContext.cs` (+23 -0) 📝 `src/Markdig/Parsers/BlockProcessor.cs` (+7 -1) 📝 `src/Markdig/Parsers/InlineProcessor.cs` (+7 -1) 📝 `src/Markdig/Parsers/MarkdownParser.cs` (+7 -5) </details> ### 📄 Description Closes #284 --- <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:47:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#911