Markdown remains unparsed after pre element #27

Closed
opened 2026-01-29 14:21:34 +00:00 by claunia · 2 comments
Owner

Originally created by @roydukkey on GitHub (Jun 22, 2016).

I've updated from 0.2.1 to 0.5.9 and a markdown has broken. Below is my configuration.

var builder = new MarkdownPipelineBuilder()
    .UseSoftlineBreakAsHardlineBreak() // broken w/ or w/o
    .Build()

Here is the a gist of the input and output, https://gist.github.com/roydukkey/630f431a89655ee6bb9c35f117b707e1.

Originally created by @roydukkey on GitHub (Jun 22, 2016). I've updated from 0.2.1 to 0.5.9 and a markdown has broken. Below is my configuration. ``` var builder = new MarkdownPipelineBuilder() .UseSoftlineBreakAsHardlineBreak() // broken w/ or w/o .Build() ``` Here is the a gist of the input and output, https://gist.github.com/roydukkey/630f431a89655ee6bb9c35f117b707e1.
claunia added the bug label 2026-01-29 14:21:34 +00:00
Author
Owner

@xoofx commented on GitHub (Jun 22, 2016):

Ah! Sorry for this regression. This should be fixed by a7cdb23. The 0.5.10 version is on the way

@xoofx commented on GitHub (Jun 22, 2016): Ah! Sorry for this regression. This should be fixed by a7cdb23. The `0.5.10` version is on the way
Author
Owner

@xoofx commented on GitHub (Jun 22, 2016):

Pushed a PR to CommonMark specs to check for this case

@xoofx commented on GitHub (Jun 22, 2016): Pushed a [PR](https://github.com/jgm/CommonMark/pull/409) to CommonMark specs to check for this case
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#27