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