mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #285] [MERGED] Adds markdown parser context #911
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/GH-284📝 Commits (2)
6539728Adds markdown parser context664c824Use 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.