Open
Description
Bug Report or Feature Request (mark with an x
)
- [ ] bug report -> please search issues before submitting
- [x ] feature request
Desired functionality
I want to switch between linkifyjs/string and linkifyjs/html
linkifyjs/string Package do following
var str = '
For help with GitHub.com, please email [email protected]
';linkifyHtml(str, { /* ... */ });
return
'<p>For help with GitHub.com, please email [email protected]</p>'
while
linkifyjs/html Package do following
var str = '
For help with GitHub.com, please email [email protected]
';linkifyHtml(str, { /* ... */ });
return
'
For help with GitHub.com, please email [email protected]
'Mention any other details that might be useful
Metadata
Metadata
Assignees
Labels
No labels