mirror of
https://github.com/modernweb-dev/rocket.git
synced 2026-04-04 15:54:25 +00:00
370 B
370 B
Markdown JavaScript >> Preview ||20
You can showcase live running code by annotating a code block with js preview-story.
```js preview-story
import { html } from 'lit-html';
export const foo = () => html` <p>my html</p> `;
```
will result in
import { html } from 'lit-html';
export const foo = () => html` <p>my html</p> `;