Hi guys.
Thank you for your time to develop this awesome library.
I'm recently figure out that the line break in markdown is not rendered correctly. Example:
<MarkdownPreview
source={`
Hello.
World
`}
style={{ padding: 16 }}
/>
will render
Hello. World
instead of
Do you know how to fix it?
Thanks
Hi guys.
Thank you for your time to develop this awesome library.
I'm recently figure out that the line break in markdown is not rendered correctly. Example:
will render
Hello. Worldinstead of
Do you know how to fix it?
Thanks