Import compiled HTML
```md
# This is awesome
Vite is an opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it with Rollup for production.
```
```ts
import { html } from './contents/the-doc.md';
console.log(html) //=> "This is awesome
ite is an opinionated web dev build tool that serves your code via native ES Module imports during dev and bundles it with Rollup for production.
"
```
#### `Mode.TOC`