.mdzA portable, cross-platform format for bundling Markdown documents, images, and metadata into a single archive.
.mdz file?
An .mdz file is a ZIP archive with an .mdz extension and a defined structure for packaging one or more Markdown documents,
their assets, and optional metadata in a single self-contained file.
.mdz) like....md files and assets in a single file..mdz File:
1Markdown + images + whatever in a folder
➜
2 ZIP the folder
➜
3 Rename to .mdz.
.mdz adds a flexible contract so tools can open the right file every time.
A conforming tool will usually create a manifest file to describe the contents and metadata of the .mdz archive (optional but recommended).
.mdz File:
.mdz file to .zip (or just open it with a ZIP tool directly)..md file with a compatible viewer that can resolve relative paths.Markdown works well across tools until images are involved. MDZip addresses that gap.
The rest of this site describes the format, project, provides examples, and offers tools for creating and viewing .mdz files.
.mdz is solving.mdzUseful references for Markdown syntax, compatibility, and implementation details.