mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
<![CDATA[ breaks code blocks #247
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?
Originally created by @clarkd on GitHub (Dec 11, 2018).
Using some CDATA blocks within a code sample seems to break Markdig. The rest of the markdown document does not render in our case.
e.g. trying to render the following markdown:
Results in the following - as you can see, the second part is not rendered.
Any ideas? Is this a known issue?
@MihaZupan commented on GitHub (Dec 11, 2018):
I can't reproduce this myself, are you using any custom extensions for the test?
Babelmark
@clarkd commented on GitHub (Dec 11, 2018):
Thanks for the quick reply.
Our pipeline looks like this:
@MihaZupan commented on GitHub (Dec 11, 2018):
I get the following html with these as well:
@Kryptos-FR commented on GitHub (Dec 11, 2018):
Looks like you are applying a style (I can even see a scrollbar in your caption). Might need to have a look at your CSS (or else), but as @MihaZupan mentioned, the generated HTML looks fine.
@xoofx commented on GitHub (Dec 11, 2018):
@clarkd could you post the generated HTML? It is unlikely a problem in markdig (see babelmark), so as suggested, it might just be the syntax coloring extension messing with generated output?