-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Fixes newline characters not creating new lines #3356
Conversation
1ece50d
to
4e0dc89
Compare
Signed-off-by: rapterjet2004 <[email protected]>
4e0dc89
to
98c6ac3
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/3356-talk.apk |
/backport to stable-17.1 |
because in markdown for code-style one would add a line-break after each sentence (within a paragraph). However since it is a paragraph the line-break would not be rendered, so when you add 2 spaces (since after a sentence there would only be 1 space) this formatting rule doesn't apply anymore and the line-break gets rendered. :) |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
Basically, replaced every "\n" with "\s\s\n" before processing. No idea why that works, but it does for some reason.
🏁 Checklist
/backport to stable-xx.x