osdio / react-native-html-render

A html render for react-native
101 stars 54 forks source link

Line break inside paragraph should not be taken into account #17

Open alkshendra opened 7 years ago

alkshendra commented 7 years ago

Basically,

<p>This is something
nice</p>

should render as: This is something nice.

instead of:

This is something
nice

Right now, the line break inside the paragraph is being taken into account, which is not valid.