Skip to content

Conversation

@zkpepe
Copy link

@zkpepe zkpepe commented Aug 28, 2025

Please, go through these steps before you request a review:

📝 Describe your changes

the old regex wasn’t skipping https:// links correctly. Switched (?!http|https...) to (?!https?:...) so both http and https are ignored now.

  • http://... ✅ untouched
  • https://... ✅ untouched
  • #anchor ✅ untouched
  • /absolute/... ✅ untouched
  • ./relative/file.pdf ✅ replaced

bug fixed, works as expected.

@zkpepe zkpepe requested a review from a team as a code owner August 28, 2025 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant