Bug: Paragraphs in list items not being correctly formed
-
So, for multiple paragraph list items, the output HTML should be:
<li><p>Paragraph one.</p><p>Paragraph two.</p></li>
but the Markdown in Classic Editor is producing this instead:
<li>Paragraph one.<p>Paragraph two.</p></li>
As near as I know this is a bug, because I’ve not encountered Markdown doing this elsewhere.
ETA: Compare to the Markdown Block in Gutenberg, which appears to render things correctly.
- This topic was modified 1 year, 3 months ago by .
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Bug: Paragraphs in list items not being correctly formed’ is closed to new replies.