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``;
```
will result in
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``;
```
will result in