contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
149 stars 114 forks source link

fix: fixing coding snippets for reference storybook docs [TOL-1398] #1603

Closed aodhagan-cf closed 4 months ago

aodhagan-cf commented 4 months ago

Storybook code snippets are broken for reference editors.

Using Source blocks to render code snippets

Before

Screenshot 2024-02-12 at 13 49 28

After

Screenshot 2024-02-12 at 13 49 48
chrishelgert commented 4 months ago

Is there no different support for code blocks in mdx? 🤔

aodhagan-cf commented 4 months ago

Is there no different support for code blocks in mdx? 🤔

I found a better way by using Source from @storybook/blocks