A Clojure library to provide Markdown rendering to the cryogen-core compiler by using an external command/program, such as pandoc.
Add [cryogen-markdown-external "0.1.0"]
to the :dependencies
keyword of the project.clj
of your generated cryogen blog.
Then include your external shell command in config.edn
under the :markdown-shell-command
as a vector of strings.
E.g.
:markdown-shell-command ["pandoc"]
Copyright © 2016 Oliver Powell
Distributed under the MIT License.