.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...One document
Or a whole project
.md files and assets bundled into 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.One document
Or a whole project
.md file, bundled with a cover image, illustrations, and assets into a single portable file..md-based site bundled into a single file for handoff, backup, or offline use.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.