[PR #103] [MERGED] Add Replace method to replace an element in an OrderedList #811

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/103
Author: @Daniel15
Created: 3/19/2017
Status: Merged
Merged: 3/20/2017
Merged by: @xoofx

Base: masterHead: replace


📝 Commits (1)

  • d5b020b Add Replace method to replace an element in an OrderedList

📊 Changes

3 files changed (+64 additions, -0 deletions)

View changed files

📝 src/Markdig.Tests/Markdig.Tests.csproj (+1 -0)
src/Markdig.Tests/TestOrderedList.cs (+43 -0)
📝 src/Markdig/Helpers/OrderedList.cs (+20 -0)

📄 Description

Fixes #101


🔄 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/103 **Author:** [@Daniel15](https://github.com/Daniel15) **Created:** 3/19/2017 **Status:** ✅ Merged **Merged:** 3/20/2017 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `replace` --- ### 📝 Commits (1) - [`d5b020b`](https://github.com/xoofx/markdig/commit/d5b020b7841e02f26a06aca0b20a48bb62a4b5eb) Add Replace method to replace an element in an OrderedList ### 📊 Changes **3 files changed** (+64 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Markdig.Tests.csproj` (+1 -0) ➕ `src/Markdig.Tests/TestOrderedList.cs` (+43 -0) 📝 `src/Markdig/Helpers/OrderedList.cs` (+20 -0) </details> ### 📄 Description Fixes #101 --- <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:45:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#811