taoensso / tower

i18n & L10n library for Clojure/Script
https://www.taoensso.com/tower
Eclipse Public License 1.0
278 stars 24 forks source link

Customizable markdown #77

Open ai212983 opened 7 years ago

ai212983 commented 7 years ago

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.