JuliaDocs/Franklin.jl

Avoid checking links which are not URL

Open

#789 ouverte le 17 févr. 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Julia (1 060 stars) (118 forks)batch import
good first issue

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.

Guide contributeur