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

Support for linkifyjs/html package to get html format as output #163

Open
sidjai09 opened this issue Sep 18, 2020 · 0 comments
Open

Support for linkifyjs/html package to get html format as output #163

sidjai09 opened this issue Sep 18, 2020 · 0 comments

Comments

@sidjai09
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant