Open an .mdz file
.mdz file is a valid ZIP archive. Any ZIP tool can open it directly -
no renaming required.
Quickest method - rename and extract
Rename the file extension from .mdz to .zip, then
double-click to open it in your system's built-in ZIP handler. Extract the
entry Markdown file (usually index.md) and open it in any text editor or Markdown viewer.
Without renaming
Most ZIP tools can open an .mdz directly by choosing
File ? Open and selecting "All files" in the file picker, or by
dragging the file into the application window.
- 7-Zip - File -> Open archive, or right-click -> 7-Zip -> Open archive
- NanaZip - File -> Open archive, or right-click -> NanaZip -> Open archive
- WinRAR - File -> Open archive
- The Unarchiver (macOS) - drag the file onto the app icon
- GNOME Archive Manager / File Roller (Linux) - File -> Open
.md files and embedded
assets such as images will not work. For the full document experience, extract
the archive first, then open the entry Markdown file in a Markdown viewer.
Official .mdz tooling is now closing this gap - including a
CLI and shell preview extension. See available tools