lambda-blog.parsers.md

Markdown parser.

parse

(parse contents & args)

Parses file contents as a Markdown document and returns HTML and various bits of Clojure EDN formatted metadata. If a preview separator <!-- more --> is present in the contents, an additional :preview will be added to the result. Additional args are passed as is to the underlying markdown-clj parser. Example input:

String: "value"
Vector: [some more values]

# Header
Contents.