-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed broken newline functionality for markdown #464
Fixed broken newline functionality for markdown #464
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good 👍 , fixes the content issue noted, as confirmed locally with staging workflow https://master.pfe-preview.zooniverse.org/lab/1974/workflows/3619?env=staging.
Sorry it's trivial but could you change the PR name? These changes don't include any library change.
@mcbouslog Sure thing, I've updated the PR name. The ticket originally started out as a library change but didn't end up needing it. I must've forgotten to update the PR name, thanks! |
Fixes #412
Passes markdown content to a function that searches for newline characters \n and if they exist doubles them to \n\n to ensure they break the line.
Solution comes from:
CharlesMangwa/react-native-simple-markdown#68 (comment)