Update dependencies
This commit is contained in:
parent
5e674254f0
commit
815b518c2c
145 changed files with 14129 additions and 4312 deletions
|
@ -7,6 +7,10 @@ const autolinker = new Autolinker({
|
|||
});
|
||||
|
||||
export default function linkify(text) {
|
||||
if (!text) {
|
||||
return text;
|
||||
}
|
||||
|
||||
let matches = autolinker.parseText(text);
|
||||
|
||||
if (matches.length === 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue