Skip to content

v0.1.4

Latest

Choose a tag to compare

@phuthuycoding phuthuycoding released this 06 Sep 14:04

Fixed

  • HTML comments were printed into the PDF instead of being dropped. With
    markdown-it's html: 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.