marked.test.ts asserts full HTML strings using toEqual, including whitespace and formatting:
Problem:
HTML output from marked + highlight.js is not a stable API
Minor dependency upgrades can change formatting without breaking functionality
Tests fail on representation differences rather than logical regressions
File:-src/helpers/tests/marked.test.ts