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

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Readme

License

MIT license

Activity

Stars

8 stars

Watchers

0 watching

Forks

0 forks