mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 13:54:55 +00:00
[PR #629] [CLOSED] ContainerBlock CopyTo IndexOutOfRangeException #1154
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/629
Author: @ladeak
Created: 4/21/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
718ef56Copy ContainerBlocks typo fix📊 Changes
2 files changed (+21 additions, -1 deletions)
View changed files
📝
src/Markdig.Tests/TestContainerBlocks.cs(+20 -0)📝
src/Markdig/Syntax/ContainerBlock.cs(+1 -1)📄 Description
Ref: https://github.com/xoofx/markdig/issues/628
ToList()operation on container blocks throws IndexOutOfRangeException or MarkdownDocument copies values incorrectly.Fixing typo in the CopyTo method of ContainerBlocks.
Adding a unit test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.