dist/
node_modules/
coverage/
pnpm-lock.yaml
.pnpm-store/
# Must stay byte-identical to docToMarkdown's own output (issue #32) —
# Prettier's Markdown table/list opinions would break that fixed point.
apps/api/prisma/fixtures/content-page.md
# Import fixture corpus (issue #63): the expected-Markdown snapshots and the
# HTML sources must stay exactly as pandoc produces/consumes them — Prettier's
# Markdown/HTML opinions would break the regression tests.
fixtures/import/*.expected.md
fixtures/import/*.src.html
# Export fidelity corpus (issue #69): the round-trip snapshots must stay exactly
# as pandoc reads the exported document back — Prettier would break them.
fixtures/export/*.expected.md
packages/plugins/*/vendor/
