JuliaDocs/Franklin.jl

Avoid checking links which are not URL

Open

#789 opened on Feb 17, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Julia (118 forks)batch import
good first issue

Repository metrics

Stars
 (1,060 stars)
PR merge metrics
 (Avg merge 71d 9h) (4 merged PRs in 30d)

Description

I have links like mailto:aaa@bbb.com and tel:+111111 on my website. verify_links() report they are wrong. This should not happen. Links other than URL should simply be ignored.

Contributor guide