Skip to content

Unnecessary <p> tag being added after <li> for lists #311

@shahzeb1

Description

@shahzeb1

Input markdown:

1. **The Dreamers**: This film explores 

HTML output:

<li><!----><!----><!----><!----><!---->
<!----><!----><!----><!----><!----><!----><!----><p><!----><!----><!----><!----><!----><!----><!----><!----><strong><!----><!----><!----><!----><!---->The Dreamers</strong><!----><!----><!----><!---->: This film explores 

HTML output without excessive hydration markers:

<li><p><strong>The Dreamers</strong>: This film explores 

The <p> after the <li> is throwing the output styling off.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions