lwansbrough / react-native-markdown

Markdown component for React Native
MIT License
277 stars 80 forks source link

Blockquotes not separated by double new line / linebreaks #23

Open wbobeirne opened 7 years ago

wbobeirne commented 7 years ago

Hey, running in to an issue with text like:

> Along the road 
> from air to coffin  
> lie the many houses of cage. 

> The house of the thrush 
> is not shared 
> by the worm and the bull.

Is getting put all in to one <Text> element:

screen shot 2017-05-14 at 1 35 56 pm

All the other markdown engines I've seen allow for a linebreak between 2 blockquotes to create 2 separate elements. This module should probably do the same.

wbobeirne commented 7 years ago

I apologize, I had not realized how simple this module actually was! This is more likely an issue with the simple-markdown module. I'll investigate over there and close this out if I can be sure that's where it's going wrong.