Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minorly broken HTML generated from index.md #124

Open
CanadaHonk opened this issue Oct 31, 2023 · 0 comments
Open

Minorly broken HTML generated from index.md #124

CanadaHonk opened this issue Oct 31, 2023 · 0 comments

Comments

@CanadaHonk
Copy link

index.md has

  <div class="column">

## Contact

* Zulip chat: <https://servo.zulipchat.com/>
* GitHub discussions: <https://github.com/servo/servo/discussions>
* Email: <info@servo.org>
* 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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant