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
*a_b* _c_
libasciidoc
<div class="paragraph"> <p>*a_b* <em>c</em></p> </div>
asciidoctor
<div class="paragraph"> <p><strong>a_b</strong> <em>c</em></p> </div>
asciidoc
<div class="paragraph"><p><strong>a_b</strong> <em>c</em></p></div>
The text was updated successfully, but these errors were encountered:
thanks for reporting this bug @pjanx, I'll look into it while I'm also working on #1077
Sorry, something went wrong.
test(parser/renderer): verify quoted text case
3dee7dc
verifies that `*a_b* _c_` is parsed and renderer as expected bug itself ws fixed in eecd0bb Fixes bytesparadise#1078 Signed-off-by: Xavier Coulon <[email protected]>
test(parser/renderer): verify quoted text case (#1082)
0317c63
verifies that `*a_b* _c_` is parsed and renderer as expected bug itself ws fixed in eecd0bb Fixes #1078 Signed-off-by: Xavier Coulon <[email protected]>
sorry for the late response, @pjanx :/ this bug was fixed in eecd0bb, and I added a couple of tests in #1082 to verify that
xcoulon
Successfully merging a pull request may close this issue.
libasciidoc
asciidoctor
asciidoc
The text was updated successfully, but these errors were encountered: