Skip to content

Paragraphs in list items not rendering correctly #28

@sbischoff-ai

Description

@sbischoff-ai

When rendering something like:

- Item 1

  Some paragraph
- Item 2

The output I get is:

<li data-streamdown-li="c208" class="py-1 marker:hidden"><!----><!----><!----><!----><!----><!---->Test 1<!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!---->Some paragraph<!----></li><!----> <!----><!----><!----><!----><!----><li data-streamdown-li="c216" class="py-1 marker:hidden"><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!---->Test 3<!----></li>

Meaning it shows like:

  • Item 1Some paragraph
  • Item 2

Instead of:

  • Item 1

    Some paragraph

  • Item 2

svelte-streamdown@3.0.1

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