Benjamin-Dobell / react-native-markdown-view

MarkdownView for React Native
MIT License
190 stars 77 forks source link

Empty lines #55

Open MedyxDev opened 2 years ago

MedyxDev commented 2 years ago

Empty lines do not show up. If the string contains for example "\n\n\n\n\n\nText\n\n\n\n\nHere". the empty lines look like to be removed.

This means "Text" and "Here" are right below each other starting from the top. However, it needs to respect the empty lines and print them.