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
cmark 0.30.3 does not follow the spec for Example 625 and Example 626.
Example input to cmark --unsafe:
cmark --unsafe
foo <!-- not a comment -- two hyphens --> foo <!--> foo --> foo <!-- foo--->
Expected output:
<p>foo <!-- not a comment -- two hyphens --></p> <p>foo <!--> foo --></p> <p>foo <!-- foo---></p>
Actual output:
<p>foo <!-- not a comment -- two hyphens --></p> <p>foo <!--> foo --></p> <p>foo <!-- foo---></p>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cmark 0.30.3 does not follow the spec for Example 625 and Example 626.
Example input to
cmark --unsafe
:Expected output:
Actual output:
The text was updated successfully, but these errors were encountered: