Skip to content
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 link rendering for external links at start of line #2433

Merged
merged 3 commits into from Oct 13, 2020

Conversation

lpaulsen93
Copy link
Collaborator

External links at the start of line like www.example.com were not rendered as links any more. The issue was introduced with PR #1988. Fixes #2399.

@Chris--S
Copy link
Collaborator

Chris--S commented Jun 21, 2018

Only comment, are we sure that '/' is the only character that disallows simple urls? Off the top of my head, no testing, paths with '\' ?

Other than that, 👍

@splitbrain
Copy link
Collaborator

@LarsGit223 you tagged this with needs improvement. Can you explain what needs to be done here?

@lpaulsen93
Copy link
Collaborator Author

@splitbrain: @ssahara suggested an adjustment of the pattern, see end of the discussion at #2399

I wanted to apply that change and eventually add more test cases (if missing, e.g. for a link in round parenthesis)

@lpaulsen93
Copy link
Collaborator Author

@splitbrain: looks ok to me now. Travis CI build failures are not caused by my changes.

@phy25 phy25 added this to Triage in PSR-2 Finishing via automation Oct 21, 2019
@phy25 phy25 moved this from Triage to Needs Work in PSR-2 Finishing Mar 10, 2020
External links at the start of line like 'www.example.com' were
not rendered as links any more. The issue was introduced with PR #1988.
Fixes #2399.
@phy25 phy25 moved this from Needs Work to Ready to Merge in PSR-2 Finishing Mar 10, 2020
@Klap-in
Copy link
Collaborator

Klap-in commented Oct 12, 2020

Is this fine to merge?

@splitbrain splitbrain merged commit 206d3a6 into master Oct 13, 2020
PSR-2 Finishing automation moved this from Ready to Merge to Done Oct 13, 2020
@splitbrain splitbrain deleted the issue2399 branch October 13, 2020 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

“Greebo” not longer renders simple URL as link at start of line.
5 participants