Liking cljdoc? Tell your friends :D

cryogen-markdown-external

A Clojure library to provide Markdown rendering to the cryogen-core compiler by using an external command/program, such as pandoc.

Usage

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"]

License

Copyright © 2016 Oliver Powell

Distributed under the MIT License.

Can you improve this documentation?Edit on GitHub

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

× close