Open jafupy opened 2 months ago
Hi so Im pretty sure the compile function is broken. +page.svelte
<script lang="ts"> import { compile } from 'mdsvex'; const code = ` # Hi hii `; let body: string; export async function load() { body = await compile(code, {}); } </script> {@html body}
error:
Yes the 2nd error is caused by MDSvex.
Also seeing this same error. v0.12.3
v0.12.3
Yeah this is broken. Travelling atm but will fix and release when I'm on solid ground.
Hi so Im pretty sure the compile function is broken. +page.svelte
error:
Yes the 2nd error is caused by MDSvex.