.MDZ File Extension
Zip-Compressed Markdown File
| Developer | N/A |
| Popularity |
4.5 | 6 Votes |
What is an MDZ file?
An MDZ file is a compressed Markdown document package that bundles one or more Markdown (.MD) files together with related assets, such as images, diagrams, stylesheets, and other supporting files. The format is based on the .ZIP archive standard and uses the .mdz extension to identify the package as a Markdown-based document bundle. By storing all related content in a single file, MDZ helps preserve links between documents and their associated resources when the package is shared or archived.
More Information
The format is primarily designed for Markdown workflows that require portability across different applications and platforms. For example, a technical writer can package a Markdown-based user guide, along with its images and supporting files, into a single MDZ file, then share it with colleagues who use different operating systems and Markdown editors without breaking links to embedded resources. Along with technical writers, developers, researchers, and content creators may use MDZ files to distribute Markdown content without separating the text from its referenced assets.
MDZ files may contain a single document or an entire collection of Markdown files organized as a project, such as documentation, reports, books, notes, or knowledge bases. Some MDZ-compatible tools use a defined folder structure and optional metadata files to identify the main document and describe the contents of the archive.
How to open an MDZ file
You can open MDZ files with various applications, including Microsoft Visual Studio Code with the MDZip Editor extension.
Since the format is based on ZIP compression, you can also open many MDZ files with any ZIP utility (you may need to rename the file extension from .mdz to .zip). Some options include Windows File Explorer, Apple Archive Utility, Corel WinZip, and 7-Zip. After extracting the contents, you can view the Markdown documents with a Markdown editor, a text editor, or a Markdown viewer that supports the files in the package.
Programs that open MDZ files
Access Database Template
| Developer | Microsoft |
| Popularity |
2.5 | 2 Votes |
An MDZ file may also be a database template used by previous versions of the Microsoft Access Database Wizard. It contains predefined structures and settings to quickly set up a database. MDZ files were primarily used with Access versions prior to 2007.
More Information
Access is a relational database management system (RDBMS) for Windows, designed to help users create and manage databases, which can then be connected to applications for data manipulation. Users often relied on MDZ files to create databases efficiently rather than starting from scratch. For example, users could create new databases from MDZ templates by selecting the File → New menu option.
NOTE: Access 2007 and later versions replaced MDZ files with .ACCDT files and .MDB files with .ACCDB files. Although deprecated, MDZ files may still be encountered when working with older Access databases.
How to open an MDZ file
You can open MDZ files with Microsoft Access 2003 and earlier versions. Older versions of Access typically used the files automatically when creating a new database from a template via the Database Wizard.