We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
index.md has
index.md
<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 :(
</li>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
index.md
hasWhich generates the HTML:
Note how the
</li>
is after the closing div and new column div. Not sure why/how this happens (generator bug?) so no PR :(The text was updated successfully, but these errors were encountered: