code highlighting broken in Marked 3.2.4 (1218) with Kramdown and Discount processors?

Viewed 12

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.

2 Answers

Not sure what's going on here. Testing with that code snippet (and any other code snippet) in combination with your config gives me properly highlighted results. Could you attach the actual document you're seeing this in so I can check for gremlins or other issues that might throw some processors but not others?