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
Using the default html renderer, a list containing two paragraphs is rendered as a single paragraph unless the next element is another list item.
This Ellie demonstrates the issue https://ellie-app.com/qyJ3GRwq5f5a1
In the first list "Three" is not a list, and "One" and "Two" are rendered as a single line.
In the second list "Three" is a list item, and "One" and "Two#" are rendered correctly as separate paragraphs.
Here for comparison is the common mark standard from https://spec.commonmark.org/dingus/:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the default html renderer, a list containing two paragraphs is rendered as a single paragraph unless the next element is another list item.
This Ellie demonstrates the issue https://ellie-app.com/qyJ3GRwq5f5a1
In the first list "Three" is not a list, and "One" and "Two" are rendered as a single line.
In the second list "Three" is a list item, and "One" and "Two#" are rendered correctly as separate paragraphs.
Here for comparison is the common mark standard from https://spec.commonmark.org/dingus/:
The text was updated successfully, but these errors were encountered: