(html-tag-as-link-destination? x y)
True if x and y are links and y is within x, false otherwise.
True if x and y are links and y is within x, false otherwise.
(link-grouping-within-html-tag? x y)
True if all of the following hold:
True if all of the following hold: * x is a link * y is an HTML tag * y spans across the grouping bounds of x False otherwise.
Integer representing the priorty of the tag. Greater is higher.
Integer representing the priorty of the tag. Greater is higher.
(reconcile tokens)
Curates the list of tokens to not contain mutually exclusive items.
Curates the list of tokens to not contain mutually exclusive items.
True if y has higher precedence than x, false otherwise.
True if y has higher precedence than x, false otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close