MarkdownPDF 0.4.1
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 fromrender(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.