You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div>
<div> Div with a blank line in the middle.</div><div> This gets treated as a code block</div>
</div>
Results:
<div><div>
Div with a blank line
in the middle.
</div><pre><code><div>
This gets treated as a code block
</div>
</code></pre></div>
Removing the blank line in the first child div resolves the problem. But this should work without altering the HTML. This bug was first reported to MkDocs.