[Bug] Doc comment's <code>
block is not correctly rendered when another tags exists before <code
> tag
#10385
Labels
bug
A bug to fix
Describe the bug
When
<para></para>
tag exists before<code>
tag,Rendered HTML results is corrupted.
Example documentation comment
Rendered Image
To Reproduce
docfx metadata
commanddocfx build --serve
commandExpected behavior
<code></code>
blocks are rendered as expected.Additional context
To resolve this issue.
It need to add
extra new line
before<pre>
tag.That is required when embedding HTML tags on markdown text.
See
https://github.com/xoofx/markdig/issues/472#issuecomment-683787240
for detailsThe text was updated successfully, but these errors were encountered: