Skip to content

greywolve/cryogen-markdown-external

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published