-
When i use this lib in adapter, onClick/onLongClick events are working for only links. If i type simple text and tring to click or long click no action, even parent view does not handle these actions.…
-
### Pitch
Mastodon should provide an escaping sequence / enclosure which makes it possible to put a link into a mastodon post verbatim (surrounded by such to-be-introduced quoting), which prevents su…
fogti updated
1 month ago
-
Hello! I ran into this bug while using the library. `Linkify` does not work when wrapping a component that's created with `dangerouslySetInnerHTML`. The use-case for that is to generate templates (e.g…
-
I included Linkify according to the documentation:
`import Linkify from 'react-linkify';`
`render() {
return (
...
{some.text}
...
);
}`
but when running my app …
-
URLs such as `git@github.com:robinst/linkify.git` are common when working with GitHub/GitLab repositories. It would be good if linkify could reliably detect the whole URL in such cases.
![linkify w…
-
### Describe the bug
**expectation**
I expected not to give an error and I can smothly install my python libraries.
**bug**
Command:
```
python3 -m pip install -r requirements.txt
`…
-
When there is a valid email address, such as name@example.com, if it is followed by a hyphen, linkify.test returns false:
```
console.log(linkify.test('name@example.com')); // true
console.log(…
-
Error: node_modules/@types/markdown-it/lib/index.d.ts:151:33 - error TS2694: Namespace 'LinkifyIt' has no exported member 'LinkifyIt'.
151 readonly linkify: LinkifyIt.LinkifyIt;
When i try bui…
-
Add a count of linkified tags to the output giving a sense of coverage. A tag is called linkified if it is enclosed by a link.
-
**Describe the bug**
Twitter::linkify() has the line `$text = preg_replace('/\s+/', ' ', $text);`. This strips out consecutive line breaks. I'm not sure why the linkify tries to remove extra spaces…