Jasper Van der Jeugt
Jasper Van der Jeugt
Thanks for opening this issue! 1. You can use something like: ``` --- title: null patat: ... ... Your presentation ``` However, this is not really an intentional feature and...
Sidenote: I was trying to reproduce this but couldn't. It seems like recent pandoc releases are downcasing code block classes (e.g. it's looking for `figlettitle`). I will fix that separately....
This looks good to me: but I think we should either 1. Use something like `formatWith defaultFormatOptions {formatOptionsSearchStrategy = ...}`, and keep `format` as-is to not break backwards compatibility. 2....
Thanks for the ping and of course the PR! This looks good to me.
@jhrcek I've added one more case in 39a8c54. It's good to merge now from my side if you're happy with that additional commit.