Janne Asmala

Results 5 comments of Janne Asmala

Enlive [added a hiccup-like helper](https://github.com/cgrand/enlive/commit/cc42bce0e996a29e5592f8f8528264af9da7b763) about a year ago (v1.1.0), so I wonder if this feature request is necessary anymore? @weavejester, mind taking a look and closing this ticket if...

@pazos, would it be complicated to expose the Markdown formatting function to userpatching? This would allow folks to maintain their own formatters without needing to overwrite a plugin in the...

> Try this (put your my_md.lua to the template folder). Thank you for the suggestion. I copied your code into _patches/2-custom-markdown-template.lua_ and my custom exporter code to _patches/template/my_md.lua_ but that...

> my_md.lua is a copy of the original md.lua with some changes in formatting, right? Correct. I copied it from my implementation of the _exporter.plugin_.

Thank you! That led me to a solution that allows me to override just the `prepareBookContent` function within the patch file itself. If you see anything here that angers the...