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

Formatting breaks sibling paragraph detection in lists #852

Closed
pjanx opened this issue Sep 26, 2021 · 2 comments
Closed

Formatting breaks sibling paragraph detection in lists #852

pjanx opened this issue Sep 26, 2021 · 2 comments

Comments

@pjanx
Copy link
Contributor

pjanx commented Sep 26, 2021

- oh
+
_no_

should be rendered similarly to:

  • oh
    no

but we get:

<div class="ulist">
<ul>
<li>
<p>oh</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>+
<em>no</em></p>
</div>
@xcoulon
Copy link
Member

xcoulon commented Sep 27, 2021

thanks for reporting this bug @pjanx

@xcoulon xcoulon added this to the v0.7.0 milestone Sep 27, 2021
xcoulon added a commit to xcoulon/libasciidoc that referenced this issue Nov 20, 2021
adding tests to verify that it works, since it was most
certainly fixed in bytesparadise#843

clises bytesparadise#852

Signed-off-by: Xavier Coulon <[email protected]>
xcoulon added a commit that referenced this issue Nov 20, 2021
adding tests to verify that it works, since it was most
certainly fixed in #843

clises #852

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon
Copy link
Member

xcoulon commented Nov 20, 2021

closed by #860

@xcoulon xcoulon closed this as completed Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants