Skip to content

Bug: html table has wrong placement #269

@serkonda7

Description

@serkonda7

Code

# First Heading
.html
  <p>ASd</p>

  <table>
    <tr>
      <th>Spam</th>
      <th>Eggs</th>
      <th>Ham</th>
    </tr>
    <tr>
      <td>FOoo</td>
      <td>Bar</td>
      <td>Baz</td>
    </tr>
  </table

# Second Heading
.loremipsum

Actual

The table is weirdly placed all at the bottom.

Image

Expected

The table should be before the second heading

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