It seems highlight doesn't work if using only markdown slides because of this:
condition: function() { return !!document.querySelector( 'pre code' ); },
in the default highlight plugin condition.
I've removed it and everything works as expected
Same here.
same problem
I have the same problem. Here is a snippet to simulate this:
``````
Most helpful comment
if you want to fix it, just remove the
conditionof highlight plugin:I'll submit a PR to make this a default