Skip to content

Nested block level items break list without blank line after #845

Open
@kutetapolu

Description

@kutetapolu

Hi. I did submit this issue previously (#750), but github banned me for no reason whatsoever. I'm reposting it so it won't get lost.

Basically, this:

- item one

    second paragraph of item 1
- item two

Renders as:

<ul>
  <li>
    <p>item one</p>
    <p>second paragraph of item 1
- item two</p>
  </li>
</ul>

Here is the screenshot of previous discussion just in case:

750

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug report.confirmedConfirmed bug report or approved feature request.coreRelated to the core parser code.someday-maybeApproved low priority request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions