com.walmartlabs.lacinia.parser.docs

added in 0.27.0

Parsing of a Markdown file for purposes of attaching documentation to a schema.

parse-docs

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