You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We updated our Storybook from 5.0.11 to 5.2.4 and even though this module still works, any code blocks within our md files are no longer syntax highlighted.
e.g. in our MD file we have:
```javascript
import { something } from './Something';
(three ` here to close)
Before the Storybook update, the generated HTML from storybook-readme looked like:
Hi! We updated our Storybook from 5.0.11 to 5.2.4 and even though this module still works, any code blocks within our md files are no longer syntax highlighted.
e.g. in our MD file we have:
Before the Storybook update, the generated HTML from storybook-readme looked like:
Afterwards it looked the same, except the top-level
pre
tag was missing the class:Also, adding that class name back didn't fix the styling issue. It looks like maybe the CSS isn't being imported any more?
Thanks, great project!
The text was updated successfully, but these errors were encountered: