-
The regex gets stuck in an infinite loop (JavaScript) when you have many trailing dots:
``` javascript
var text = 'http://www.google.com............................................';
linkify(text); /…
-
### Description / Summary
I propose to allow the unmodified handling of link text during auto-linkification.
Think something like this:
```python
md.linkify.add("%", {"validate": message_rege…
-
If the text contains 2 consecutive URLS (separated by one space, or one newline), only the first URL gets linkified. This only occurs if the 2 URLs have the same format (eg, both with an http or ftp p…
-
URLs tend to make the language detector switch to English. For example:
```
最近、新しいウェブサイトを見つけました。
そのサイトはhttps://somerandomwebsite.com/hello.htmlで、興味深いコンテンツがいっぱいです。
特に「こんにちは.html」のセクションは非常に面白く、訪れる…
-
### Bug Report or Feature Request (mark with an `x`)
```
- [x ] bug report -> please search issues before submitting
- [ ] feature request
```
### OS and Version?
Windows 10
### Versions
…
-
### **Issue:**
Currently, the following patterns of text are being identified as url when `looseUrl` option is true when using `linkify`.
```dart
pattern1 -> 'awdaw....aw'
pattern2 -> 'awdaw…
-
### Description
Right now Riot linkifies even those URLs that arrive in `formatted_body`; conversely, Riot _doesn't_ do anything with URLs in the original text before sending (unless, of course, I …
-
It would be good to have some context aware markdown helpers in the comment editor. Here are my big picks that drastically improve speed when writing PRs:
1. Paste link while text is selected -> au…
-
### What's the problem
URLs are encoded when printing to HTML.
### What's the expected result
URLs should not be encoded and should output identically to the text representation.
### How t…
-
We have a phishing attack underway and the username should be able to be added to the bad actor list and have all of their posts/comments rendered into plain text, with all links and images converted …
sneak updated
5 years ago