JuliaDocs/Franklin.jl

Avoid checking links which are not URL

Open

#789 aberto em 17 de fev. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)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.

Guia do colaborador