import markdownExportService from "../../../src/services/export/md.js"; import { trimIndentation } from "../../support/utils.js"; describe("Markdown export", () => { it("trims language tag for code blocks", () => { const html = trimIndentation`\
A diff:
Hello
            -world
            +worldy
            Hello
            -world
            +worldy
            Hello