tower
tower copied to clipboard
Customizable markdown
markdown-clj
allows customizing with :custom-transformers
parameter. Unfortunately, markdown invocation is hardcoded in taoensso.tower
namespace and doesn't allow to pass custom parameters to md-core/mdToHtml
. It would be nice to have some kind of configurable parameter for tower, allowing to pass custom markdown transformers.