Liking cljdoc? Tell your friends :D
Clojure only.

cljmd.ast.node


expand-inlineclj

(expand-inline node context)

Assuming node contains inline Markdown content:

  1. parses an AST from the inline content
  2. appends the children of the AST to node
  3. removes inline content from node.
Assuming node contains inline Markdown content:
1. parses an AST from the inline content
2. appends the children of the AST to node
3. removes inline content from node.
sourceraw docstring

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

× close