[PR #283] [MERGED] make the max leading # count in heading block parser configurable #910

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/283
Author: @OsmondJiang
Created: 1/7/2019
Status: Merged
Merged: 1/7/2019
Merged by: @xoofx

Base: masterHead: configurable_leading_#_count


📝 Commits (2)

  • 9b9243a add heading block parser to able to config max leading count of #
  • f9dd201 move heading block extension outside

📊 Changes

1 file changed (+11 additions, -4 deletions)

View changed files

📝 src/Markdig/Parsers/HeadingBlockParser.cs (+11 -4)

📄 Description

Will implement the extension part in docfx side
#282


🔄 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/283 **Author:** [@OsmondJiang](https://github.com/OsmondJiang) **Created:** 1/7/2019 **Status:** ✅ Merged **Merged:** 1/7/2019 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `configurable_leading_#_count` --- ### 📝 Commits (2) - [`9b9243a`](https://github.com/xoofx/markdig/commit/9b9243a61fb8231f2ce38816b680356376fa794b) add heading block parser to able to config max leading count of # - [`f9dd201`](https://github.com/xoofx/markdig/commit/f9dd201563b9055454fe700e49159d001d2ecbc3) move heading block extension outside ### 📊 Changes **1 file changed** (+11 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Parsers/HeadingBlockParser.cs` (+11 -4) </details> ### 📄 Description Will implement the extension part in docfx side #282 --- <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#910