Skip to content
New issue

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

Render bullet lists mixed with callouts #1135

Merged
merged 1 commit into from
Nov 27, 2019
Merged

Render bullet lists mixed with callouts #1135

merged 1 commit into from
Nov 27, 2019

Conversation

johnfairh
Copy link
Collaborator

Fix rendering for markdown lists that include both regular bullets and callout bullets. Fairly easy to do this accidentally because blank lines [correctly] don't terminate the markdown list.

- One
- Two

- note: Three

....before this the listiness of the pre-callout parts is lost. The specs changes are one test for this, and then some user-invisible html whitespace changes throughout where there are stacked callouts.

Fixes #785 and part of 1132.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bullet lists swallow callouts
1 participant