react-native-simple-markdown
react-native-simple-markdown copied to clipboard
punctuation marks are placed on next line.
For some reason punctuation marks are not considered part of the word they come after, but as separate words that can be pushed to the next line.
nvm this is an issue of simple-markdown
https://github.com/Khan/simple-markdown/issues/32
I opened a PR that fixes the issue
be nice to see this PR accepted
Please :-)
this repo has been dead for over a year now. I forked it here: https://github.com/schumannd/react-native-simple-markdown
to use it in package.json add line: "react-native-simple-markdown": "git+https://github.com/schumannd/react-native-simple-markdown.git#forkable",
I have done so and great that it is resolved.
Many thanks
G.