Skip to content

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

Open
@sidjai09

Description

@sidjai09

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions