mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
HTML block parsed incorreclty? #554
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 @MihailsKuzmins on GitHub (Aug 29, 2022).
I am referring to this issue https://github.com/MyNihongo/MudBlazor.Markdown/issues/117
Please refer to this sample:
The input is this HTML string, but Markdig returns 4 elements (
<detals>+<summary>, some text in the middle, closing tag for</details>). I would expect it to return a single element which is just the HTMLHtmlBlock, but maybe I am wrong in my assumption.Could you please comment whether or not this behaviour is correct?