Fixed
- HTML comments were printed into the PDF instead of being dropped. With
markdown-it'shtml: false, comments are escaped into visible text rather than
ignored, so a file carrying<!-- markcv:no-build -->rendered that marker at
the top of the page. Comments are metadata for tooling, never content, and are
now stripped before rendering.