question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

URL's with trailing slashes are not recognized

See original GitHub issue

Description

Mark Text does not always make URL’s clickable when the URL has a trailing slash.

Steps to reproduce

  1. Open an empty document in Mark Text
  2. Paste (or type) the following text:
# Link testing

https://www.google.com/

https://www.google.com

https://www.google.com/

Expected behavior:

All three links should be recognized by Mark Text as URL’s and be clickable.

Actual behavior:

Only the 2nd link is clickable.

Versions

  • Mark Text: 0.16.1
  • Operating system: W10

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
sweetliquidcommented, Oct 10, 2020

I am willing to solve this issue.

0reactions
YaFoucommented, Apr 16, 2020

Yes, @eagleofnorth. You can avoid the problem by writing this: [https://google.com](https://google.com/).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Trailing Slashes on URLs: Contentious or Settled?
Performance: when you leave off a trailing slash and the platform expects one (or vice versa), you get a redirect which is a...
Read more >
Django trailing slashes in urls are not working correctly - Reddit
I just ran a couple of tests, and with a trailing slash in the urlconf I get the desired behaviour for reverse() regardless...
Read more >
Django trailing slashes in urls are not working correctly
In manual check I discovered that initially instead of slash at the end of url browser doesn't see it and redirects to url...
Read more >
Trailing Slash Redirect Not Working - WordPress.org
The trailing slash redirect used by my plugin is based on PHP function. Therefore, when PHP cache is enabled, Permalink Manager is not...
Read more >
To slash or not to slash | Google Search Central Blog
Choose one URL as the preferred version. If your site has a directory structure, it's more conventional to use a trailing slash with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found