kenchan0130 / jekyll-target-blank

Automatically opens external links in a new browser for Jekyll Pages, Posts ad Docs.
MIT License
0 stars 0 forks source link

Support telephone link #6

Open kenchan0130 opened 5 years ago

kenchan0130 commented 5 years ago

Currently this library supports ignoring mailto: link. The href of a tag can have link included start with tel:.

kenchan0130 commented 5 years ago

There is no limit to what kind of value comes to href attribute, such as url scheme, so it may be necessary to switch to the logic to judge only http and https as external.