@ -57,3 +57,7 @@ Urls(text).filter(url => `<a href="${url}">${url}</a>`); // Returns:
'My GitHub profile: <a href="https://github.com/lukechilds">https://github.com/lukechilds</a>'
```
> **Pro tip**
>
> You can get a parser instance by calling `Urls()` or `new Url`, whichever you prefer.