import getHtmlFromFile from "@lib/get-html-from-drift-file" describe("get-html-from-drift-file", () => { it("should not wrap markdown in code blocks", () => { const markdown = `## My Markdown` const html = getHtmlFromFile({ content: markdown, title: "my-markdown.md" }) // the string is
/)
})
})