I use slim as template syntax in a Rails project. I always loved its markdown: feature.
For the current project I have to export some markdown content to different formats, e.g. PDF. I use Pandoc for this, which has enhanced capabilities for markdown.
Now I wonder whether I can tell slim to use pandoc as default markdown converter?