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

weird spacing around nested lists #2397

Open
HarHarLinks opened this issue Jun 14, 2024 · 1 comment
Open

weird spacing around nested lists #2397

HarHarLinks opened this issue Jun 14, 2024 · 1 comment
Labels
bug Something is broken.

Comments

@HarHarLinks
Copy link
Contributor

image

@thibaultamartin
Copy link
Contributor

This seems to be an issue with Zola's markdown parser. It wraps list items in a paragraph when the item is a link

In other words, it turns

* [A link](link)

into

<ul>
    <li><p><a href="link">A link</a></p></li>
</ul>

Would you mind opening an issue upstream :) ?

@MTRNord MTRNord added the bug Something is broken. label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken.
Projects
None yet
Development

No branches or pull requests

3 participants