Skip to content

Commit

Permalink
Fix missing code in commit for #780
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Mar 14, 2024
1 parent 6549d3b commit f48331d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Markdig/Parsers/MarkdownParser.cs
Expand Up @@ -189,6 +189,7 @@ private static void ProcessInlines(InlineProcessor inlineProcessor, MarkdownDocu
if (parentBlock.Container == inlineProcessor.PreviousContainerToReplace)
{
parentBlock = new ContainerItem(inlineProcessor.NewContainerToReplace!) { Index = parentBlock.Index };
parentBlockFound = true;
break;
}
}
Expand Down

0 comments on commit f48331d

Please sign in to comment.