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
- oh + _no_
should be rendered similarly to:
but we get:
<div class="ulist"> <ul> <li> <p>oh</p> </li> </ul> </div> <div class="paragraph"> <p>+ <em>no</em></p> </div>
The text was updated successfully, but these errors were encountered:
thanks for reporting this bug @pjanx
Sorry, something went wrong.
fix(parser): unordered list element with continuation
9e3f323
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]>
fix(parser): unordered list element with continuation (#860)
efe9f73
adding tests to verify that it works, since it was most certainly fixed in #843 clises #852 Signed-off-by: Xavier Coulon <[email protected]>
closed by #860
No branches or pull requests
should be rendered similarly to:
no
but we get:
The text was updated successfully, but these errors were encountered: