mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Markdown.ToPlainText breaks </style> #481
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 @HenreyMine on GitHub (Aug 18, 2021).
I have simple program:
I assumed that nothing should change in the original line.
But for some reason, the closing style tag is missing characters.
Before:
After:
Is this a bug?
@xoofx commented on GitHub (Aug 22, 2021):
Similar issue to #569. HTML blocks should be contiguous without any blank line to make sure that HTML content is rendered correctly. You can't embed plain HTML content with CommonMark without following the specs to embed them.