Fixed
- macOS Finder zips no longer break Markdown import. A
.zipmade with
Finder's "Compress" carries a__MACOSX/tree of AppleDouble._name
sidecars; the._chapter.mdfiles looked like Markdown but aren't UTF-8, so
the import failed withcould not import this file: failed to read … ._….md.
These (and anything under__MACOSX/) are now skipped.
Full Changelog: cli-v1.10.0...cli-v1.10.1