Hey there,
Thanks for your awesome software!
It seems that (at least in my configuration), code highlighting does not work with Kramdown and Discount processors.
Here's an example that, to my knowledge (and with other renderers) works:
```html
<a></a>
```
What I see is
html <a> </a>
with no formatting at all. This is true for any identifier I tried (sh, txt, java, ...)
I added my
MarkedConfig.zip for you to see if I do something wrong...
PS: I'm on the setapp branch.
