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.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |