wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.58k stars 540 forks source link

Layout fix. Answers on new lines. #721

Closed chmac closed 1 year ago

chmac commented 1 year ago

The trick is to add two blank spaces to the end of the first line, then markdown preserves the line break.

Thanks for react-native-pdf, it looks like it'll be exactly what we need to display PDFs.