Skip to content

Leak in HTML parsing #9809

Closed
Closed
@hugopaquet

Description

@hugopaquet

For the following code,

<body>
  <ul>
    <li>Top-level bullet point. </li>
    <p>Nested line.</p>
  </ul>
</body>

the command pandoc -f html -t html returns only the top-level bullet point:

<ul>
<li>Top-level bullet point.</li>
</ul>

This is pandoc 3.1.12.3 (on MacOS Ventura).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions