benweet / stackedit

In-browser Markdown editor
https://stackedit.io/
Apache License 2.0
21.8k stars 2.73k forks source link

blockquotes in lists have gross top padding #446

Open Daniel-Hug opened 10 years ago

Daniel-Hug commented 10 years ago

This may be an issue with the markdown renderer, but the following markdown:

1.   The following blockquote has an ugly top padding:

2.   > Written with [StackEdit](https://stackedit.io/).

...renders this: markdown blockquote rendering bug

benweet commented 10 years ago

I can't explain this. It happens in webkit for some reason.

Daniel-Hug commented 10 years ago

Found out it's a bootstrap bug: twbs/bootstrap#14682