[PR #843] [MERGED] Fixes exception in DefinitionListParser.GetCurrentDefinitionList() #1252

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/843
Author: @snnz
Created: 1/3/2025
Status: Merged
Merged: 1/6/2025
Merged by: @xoofx

Base: masterHead: fix-deflists


📝 Commits (3)

  • 3e0c72f Fixes exception in DefinitionListParser.GetCurrentDefinitionList()
  • bc8ba4f A test has been added.
  • c488aca Merge branch 'master' into fix-deflists

📊 Changes

2 files changed (+34 additions, -5 deletions)

View changed files

📝 src/Markdig.Tests/MiscTests.cs (+22 -0)
📝 src/Markdig/Extensions/DefinitionLists/DefinitionListParser.cs (+12 -5)

📄 Description

Fixes #839.


🔄 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/843 **Author:** [@snnz](https://github.com/snnz) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `fix-deflists` --- ### 📝 Commits (3) - [`3e0c72f`](https://github.com/xoofx/markdig/commit/3e0c72f0430cb58d7aa9caf325bd780325229e17) Fixes exception in DefinitionListParser.GetCurrentDefinitionList() - [`bc8ba4f`](https://github.com/xoofx/markdig/commit/bc8ba4fecb9fd6ce849a601bc7031bb42210de76) A test has been added. - [`c488aca`](https://github.com/xoofx/markdig/commit/c488aca96cba8ae756e8dd660d3797819b399442) Merge branch 'master' into fix-deflists ### 📊 Changes **2 files changed** (+34 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/MiscTests.cs` (+22 -0) 📝 `src/Markdig/Extensions/DefinitionLists/DefinitionListParser.cs` (+12 -5) </details> ### 📄 Description Fixes #839. --- <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:52: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#1252