react-native-html-render icon indicating copy to clipboard operation
react-native-html-render copied to clipboard

Line break inside paragraph should not be taken into account

Open alkshendra opened this issue 7 years ago • 0 comments

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.

alkshendra avatar Aug 30 '17 11:08 alkshendra