Liking cljdoc? Tell your friends :D

cljmd.inline.precedence


(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.
sourceraw docstring

(link-grouping-within-html-tag? x y)

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.
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.
sourceraw docstring

priorityclj

Integer representing the priorty of the tag. Greater is higher.

Integer representing the priorty of the tag. Greater is higher.
sourceraw docstring

reconcileclj

(reconcile tokens)

Curates the list of tokens to not contain mutually exclusive items.

Curates the list of tokens to not contain mutually exclusive items.
sourceraw docstring

superceded?cljmultimethod

True if y has higher precedence than x, false otherwise.

True if y has higher precedence than x, false otherwise.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close