react-native-markdown
react-native-markdown copied to clipboard
Blockquotes not separated by double new line / linebreaks
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:
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.
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.