import { docs } from "../../utils.ts";
import { testRender } from "./render.ts";
testRender(docs("templates/custom-template.qmd"), "pdf", true);
testRender(docs("templates/template-partial.qmd"), "pdf", true);
testRender(docs("templates/title-partial-html.qmd"), "html", false);