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
We should allow defining interactive code examples using the simple code block syntax when the example is single-file and doesn't need the flexibility and additional features of the <Demo /> component.
Syntax
Interactive code examples should be based on regular code block syntax with demo metastring added to differentiate from "static" code blocks.
Summary
We should allow defining interactive code examples using the simple code block syntax when the example is single-file and doesn't need the flexibility and additional features of the
<Demo />
component.Syntax
Interactive code examples should be based on regular code block syntax with
demo
metastring added to differentiate from "static" code blocks.Note: ignore
//
characters in the example belowThe text was updated successfully, but these errors were encountered: