diff --git a/.changeset/lucky-forks-film.md b/.changeset/lucky-forks-film.md new file mode 100644 index 00000000..1c5c46d1 --- /dev/null +++ b/.changeset/lucky-forks-film.md @@ -0,0 +1,31 @@ +--- +'@mdjs/core': patch +'@mdjs/mdjs-preview': patch +--- + +If your preview is followed by a code blocks marked as `story-code` then those will be shown when switching between multiple platforms + +````md +```js preview-story +// will be visible when platform web is selected +export const JsPreviewStory = () => html` JS Preview Story `; +``` + +```xml story-code + +