import { test, describe, expect } from "vitest" import { renderPageContent } from "./index" describe("html", () => { test("simple", async () => { const { contentHTML, excerpt } = await renderPageContent(` # Hello This is the **excerpt** > Hello Blockquote foo - [ ] task list - [x] done my image
my caption
\`\`\`js function foo() {} \`\`\` \`\`\` \`\`\` `) expect(contentHTML).not.toMatch(/