[fixed] Handle readme.md with lowercase#221
Closed
roabraham wants to merge 2 commits intowebsvnphp:masterfrom
Closed
[fixed] Handle readme.md with lowercase#221roabraham wants to merge 2 commits intowebsvnphp:masterfrom
roabraham wants to merge 2 commits intowebsvnphp:masterfrom
Conversation
michael-o
requested changes
May 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello WebSVN Developers,
I hope this message finds you well. I've encountered an issue where WebSVN does not correctly parse (lower case)
readme.mdfiles, causing inconsistencies in rendering Markdown content.To address this issue and ensure compatibility with different conventions, I've made a small fix to the code. The updated logic now checks for both
README.mdandreadme.mdfiles, allowing WebSVN to correctly handle Markdown files regardless of case.I believe this fix will improve the user experience for all WebSVN users and maintain consistency in Markdown file rendering.
Changes:
Updated the file check logic to include both
README.mdandreadme.md.I kindly request your review of this pull request. If you have any feedback or suggestions for improvement, please don't hesitate to let me know.
Thank you for your time and consideration.
Best regards,
Robert Abraham