auto-web.components.v-link
A link is made of * url
* target
* name
* download?
* skip-test?
* ping
link-meta
(link-meta link)
Metadata for an a
html tag
v-a
(v-a link content & opts)
Returns an hiccup :a
tag to the link. content
is what is wrapped by the :a
tag.
See auto-web.components.v-link to see link options.
validate-link-schema
(validate-link-schema link)