[PR #244] [MERGED] Expose list item order #888

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/244
Author: @MihaZupan
Created: 9/17/2018
Status: Merged
Merged: 9/17/2018
Merged by: @xoofx

Base: masterHead: list-item-order


📝 Commits (1)

📊 Changes

3 files changed (+44 additions, -1 deletions)

View changed files

📝 src/Markdig.Tests/TestSourcePosition.cs (+36 -0)
📝 src/Markdig/Parsers/ListBlockParser.cs (+2 -0)
📝 src/Markdig/Syntax/ListItemBlock.cs (+6 -1)

📄 Description

This makes things like this possible.


🔄 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/244 **Author:** [@MihaZupan](https://github.com/MihaZupan) **Created:** 9/17/2018 **Status:** ✅ Merged **Merged:** 9/17/2018 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `list-item-order` --- ### 📝 Commits (1) - [`0d5d3dd`](https://github.com/xoofx/markdig/commit/0d5d3ddb2a84780ec0b038dcea537a3e3d179ec1) Expose List item order ### 📊 Changes **3 files changed** (+44 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestSourcePosition.cs` (+36 -0) 📝 `src/Markdig/Parsers/ListBlockParser.cs` (+2 -0) 📝 `src/Markdig/Syntax/ListItemBlock.cs` (+6 -1) </details> ### 📄 Description This makes things like [this](https://github.com/MihaZupan/MarkdownValidator/blob/master/src/MarkdownValidator/Parsing/Parsers/ListBlockParser.cs#L13) possible. --- <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:46:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#888