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
This is the followup of #298
Earmark needs a blockquote to be indented 4 spaces to be inside the list
iex(16)> as_html!("- a\n > b") "<ul>\n<li>a\n</li>\n</ul>\n<blockquote><p>b</p>\n</blockquote>\n" iex(17)> as_html!("- a\n > b") "<ul>\n<li><p>a</p>\n<blockquote><p>b</p>\n</blockquote>\n</li>\n</ul>\n"
This is not conform to spec, https://babelmark.github.io/?text=-+li%0A++%3E+b
This might be fixed with #249
The text was updated successfully, but these errors were encountered:
Closed with #305, but beware of #304, sorry I need time I do not have to get the list processing up to GFM standards. 😭
Sorry, something went wrong.
No branches or pull requests
This is the followup of #298
Earmark needs a blockquote to be indented 4 spaces to be inside the list
This is not conform to spec, https://babelmark.github.io/?text=-+li%0A++%3E+b
This might be fixed with #249
The text was updated successfully, but these errors were encountered: