Markdown Preview 0.0.14
Quick Look now renders relative images.
Added
- Relative images render in Quick Look previews. When a Markdown file references sibling assets like
, the Quick Look extension now inlines each readable sibling as acid:attachment on the preview reply and rewrites the<img src>to match, so local images appear in Finder/Spotlight previews instead of as broken-image glyphs. The extension gained a read-onlytemporary-exception.files.absolute-path.read-onlyentitlement so the sandboxed preview process can read sibling files (the main app already handles this through itsmd-asset://scheme). Per-image and cumulative byte budgets cap pathological folders; absolute URLs, fragment refs, host-absolute paths, and unreadable files pass through untouched (#68).
Contributors
Thanks to the external contributor who shipped in this release:
- @DivineDominion — relative images in Quick Look previews (#68)