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

Invalid HTML generated #329

Closed
flying-sheep opened this issue Jun 5, 2023 · 1 comment · Fixed by #330
Closed

Invalid HTML generated #329

flying-sheep opened this issue Jun 5, 2023 · 1 comment · Fixed by #330

Comments

@flying-sheep
Copy link
Contributor

flying-sheep commented Jun 5, 2023

Older versions of docutils have a bug, where a simple .. bibliography:: results in this HTML:

<div class="docutils container" id="id1">
<div class="citation" id="id2" role="doc-biblioentry">
<span class="label">...</span>
<p>...</p>
</div>
</div>
</div>

note the two opening and three closing div tags.

This can be fixed by depending on docutils>=0.20

@mcmtroffaes
Copy link
Owner

Thanks for reporting. Duplicate of #309.

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

Successfully merging a pull request may close this issue.

2 participants