Skip to content

Paragraphs in lists are not rendered correctly #167

Description

@carlfriedrich

See Markdown syntax for paragraphs in lists.

Input:

* This is the first list item.
* Here's the second list item.

    I need to add another paragraph below the second list item.

* And here's the third list item.

Expected output:

  • This is the first list item.
  • Here’s the second list item.
    I need to add another paragraph below the second list item.
  • And here’s the third list item.

Actual output:

  • This is the first list item.
  • Here's the second list item.I need to add another paragraph below the
    second list item.
  • And here's the third list item.

The nested paragraph starts on the same line, right after the list item, without any whitespace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingrendererEverything related to the markdown renderer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions