Matlab not styling in code blocks

What I’m trying to do

I’m trying to style a Matlab code block with the following notation. As described in this page, this is a permitted language in Prism.JS and therefore should be styled, but is not. Am I missing some setting?

```matlab
% comment
```

Things I have tried

Searched forums, docs, and prism.min.js file in developer window (which does have matlab in it, confusingly).

Probably a mismatch of expectations:

Does it work in Reading view?

1 Like

Whoops, gotta work on my reading skills. Yes, it works in reading view. Thanks & apologies.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.