lwansbrough / react-native-markdown

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

Potential rendering issue with basic paragraphs #8

Open jsierles opened 9 years ago

jsierles commented 9 years ago

Not sure if this is an issue of not applying any styles, but I've got a layout issue with a couple of paragraphs.

This is the code:

<Markdown>{this.props.ingredient.description}</Markdown> 

Text:

A thick, slippery wheat-flour noodle from Japan.

Look for fresh udon in the refrigerator or freezer aisles. Dried udon does exist, but this is the one noodle that really doesn’t take well to the process.

Render:

https://www.evernote.com/shard/s554/sh/c1249afc-7a25-4113-81a3-98e6c4b3ce3b/e878dd870f8870d7674943c9e30970e0

jrnk commented 8 years ago

Did you manage to solve this? I'm also looking in manipulating styles to get simple line-breaks to render correctly but no dice (yet).

schumannd commented 6 years ago

might be related to https://github.com/Khan/simple-markdown/issues/32