Skip to content

Minorly broken HTML generated from index.md #124

@CanadaHonk

Description

@CanadaHonk

index.md has

  <div class="column">

## Contact

* Zulip chat: <https://servo.zulipchat.com/>
* GitHub discussions: <https://github.com/servo/servo/discussions>
* Email: <[email protected]>
* Mastodon: <https://floss.social/@servo>
* Twitter: <https://twitter.com/ServoDev>

  </div>
  <div class="column">

## Downloads
...

Which generates the HTML:

...
<li>
<p>Twitter: <a href="https://twitter.com/ServoDev">https://twitter.com/ServoDev</a></p>
</div>
<div class="column">
</li>
</ul>
<h2 id="downloads" tabindex="-1">Downloads <a class="header-anchor" href="#downloads">
        <span class="icon hashlink"><i class="fas fa-link"></i></span>
      </a></h2>
<div class="downloads">
...

Note how the </li> is after the closing div and new column div. Not sure why/how this happens (generator bug?) so no PR :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions