Parsing of a Markdown file for purposes of attaching documentation to a schema.
Parsing of a Markdown file for purposes of attaching documentation to a schema.
(parse-docs input)
Parses an input document. Returns a map who keys are the keyword versions of headers, and whose values are the (trimmed) content immediately beneath that header.
The result is a documentation map that can be provided to [[inject-descriptions]].
Parses an input document. Returns a map who keys are the keyword versions of headers, and whose values are the (trimmed) content immediately beneath that header. The result is a documentation map that can be provided to [[inject-descriptions]].
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close