Skip to content

MarkdownPDF 0.4.1

Choose a tag to compare

@mihaelamj mihaelamj released this 03 Jun 14:30
· 15 commits to main since this release

Fixed

  • A standalone image whose target cannot be resolved or decoded (a missing file,
    a site-absolute /assets/... path with no asset root, or an unsupported format
    such as SVG) no longer throws from render(markdown:) and fails the whole
    document. It now degrades to a visible [Image: alt] placeholder, the same way
    a remote image does, and the document still renders. Fixes #211.