lib/linkify: add geo URI scheme
This commit is contained in:
parent
0640ff8712
commit
b38777e92a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ linkifyjs.options.defaults.defaultProtocol = "https";
|
||||||
|
|
||||||
linkifyjs.registerCustomProtocol("irc");
|
linkifyjs.registerCustomProtocol("irc");
|
||||||
linkifyjs.registerCustomProtocol("ircs");
|
linkifyjs.registerCustomProtocol("ircs");
|
||||||
|
linkifyjs.registerCustomProtocol("geo", true);
|
||||||
|
|
||||||
const IRCChannelToken = linkifyjs.createTokenClass("ircChannel", {
|
const IRCChannelToken = linkifyjs.createTokenClass("ircChannel", {
|
||||||
isLink: true,
|
isLink: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue