Rocket Logo Rocket Docs Themes Tools Blog
Rocket Logo Rocket

Story

You can showcase live running code by annotating a code block with js story.

```js client
import { html } from '@mdjs/mdjs-story';
```

```js story
export const foo = () => html` my html `;
```

will result in