# 使用 Homebrew, dnf, MacPorts, Nix 安装 multimarkdown

查看 multimarkdown 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:multimarkdown
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install multimarkdown
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install multimarkdown
```

  证据: MacPorts ports tree: textproc/multimarkdown/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install multimarkdown
```

  证据: Fedora Rawhide package metadata: multimarkdown from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#multimarkdown
```

  证据: nixpkgs package indexes: pkgs/by-name/mu/multimarkdown/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:multimarkdown
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/multimarkdown>
- **版本:** 6.8.0
- **来源摘要:** Turn marked-up plain text into well-formatted documents
- **主页:** <https://fletcher.github.io/MultiMarkdown-6/>
- **仓库:** <https://github.com/fletcher/MultiMarkdown-6>
- **上游文档:** <https://fletcher.github.io/MultiMarkdown-6/>
- **许可证:** MIT
- **源码归档:** <https://github.com/fletcher/MultiMarkdown-6/archive/refs/tags/6.8.0.tar.gz>
- **最后更新:** 2026-07-29T12:33:24Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- mmd2all (cli)
- mmd2epub (cli)
- mmd2fodt (cli)
- mmd2odt (cli)
- mmd2opml (cli)
- mmd2pdf (cli)
- mmd2tex (cli)
- multimarkdown (cli)
- mmd2all (别名)
- mmd2epub (别名)
- mmd2fodt (别名)
- mmd2odt (别名)
- mmd2opml (别名)
- mmd2pdf (别名)
- mmd2tex (别名)
- multimarkdown (别名)

## 构建依赖

- cmake

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 6.8.0
- 管理器更新时间: 2026-07-29
- 本地数据: OK
- 上游仓库: https://github.com/fletcher/MultiMarkdown-6
- 检测到的最新版本: 6.8.0 (当前)
## 项目历史与用法

MultiMarkdown is Fletcher T. Penney's extension of John Gruber's Markdown, created to keep Markdown's readable plain-text writing style while adding document-oriented features and additional output formats. Penney's own description says MultiMarkdown began as a Perl script modified from Markdown.pl; later versions became a standalone converter and syntax family. MultiMarkdown Software describes Penney as the author and summarizes the format as a Markdown superset for converting minimally formatted text into HTML, LaTeX, and other formats.

### 项目历史

Technically, MultiMarkdown's role is not just "Markdown to HTML." It adds features such as tables, footnotes, citations, metadata, and smart typography, and it targets workflows that end in HTML, LaTeX/PDF, OPML, and OpenDocument/Flat OpenDocument files that can be carried into word processors. The Homebrew package exposes both the main `multimarkdown` command and convenience front ends such as `mmd2pdf`, `mmd2tex`, `mmd2epub`, `mmd2odt`, and `mmd2opml`, making it a document-conversion package rather than only a web publishing filter.

### 使用方式

Its ecosystem niche overlaps with Pandoc, Markdown processors, and editor-integrated previewers, but MultiMarkdown is distinctive for being both a syntax specification and a compact conversion tool with a long Mac/document-authoring lineage. Package managers such as Homebrew, MacPorts, Nix, and Linux distributions carry it for users who want repeatable command-line document builds without adopting a larger universal converter.

### 来源

- <https://fletcherpenney.net/multimarkdown/>
- <https://formulae.brew.sh/formula/multimarkdown>
- <https://github.com/fletcher/MultiMarkdown-6>
- <https://multimarkdown.com/about/>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** multimarkdown
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** discount, markdown, mtools
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Nix - multimarkdown: normalized package name match | nixpkgs package indexes: pkgs/by-name/mu/multimarkdown/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - multimarkdown - 6.7.0-23.fc45: normalized package name match | Fedora Rawhide package metadata: multimarkdown from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Lightweight markup processor to produce HTML, LaTeX, and more | https://fletcher.github.io/MultiMarkdown-6/
- MacPorts - multimarkdown: normalized package name match | MacPorts ports tree: textproc/multimarkdown/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [cmake](https://pkg.so/zh-hans/brew/cmake/) - Build dependency declared by Homebrew.
- [latex2html](https://pkg.so/zh-hans/brew/latex2html/) - Shares pkgdb curated category or tags: cli, document-conversion, html, latex, productivity.
- [hevea](https://pkg.so/zh-hans/brew/hevea/) - Shares pkgdb curated category or tags: cli, document-conversion, html, latex, productivity.
- [marp-cli](https://pkg.so/zh-hans/brew/marp-cli/) - Shares pkgdb curated category or tags: cli, html, markdown, productivity.
- [pandemics](https://pkg.so/zh-hans/brew/pandemics/) - Shares pkgdb curated category or tags: cli, document-conversion, markdown, productivity.
- [latex2rtf](https://pkg.so/zh-hans/brew/latex2rtf/) - Shares pkgdb curated category or tags: cli, document-conversion, latex, productivity.
- [rtf2latex2e](https://pkg.so/zh-hans/brew/rtf2latex2e/) - Shares pkgdb curated category or tags: cli, document-conversion, latex, productivity.
- [backlog-md](https://pkg.so/zh-hans/brew/backlog-md/) - Shares pkgdb curated category or tags: cli, markdown, productivity.
- [latexindent](https://pkg.so/zh-hans/brew/latexindent/) - Shares pkgdb curated category or tags: cli, latex, productivity.
- [feishu2md](https://pkg.so/zh-hans/brew/feishu2md/) - Both packages work with overlapping file formats or content types. Shared terms: cli, conversion, document, document-conversion, documents.

## Combined YAML source

View the package source record on GitHub. [combined/multimarkdown.yml](https://github.com/mxcl/pkgdb/blob/main/combined/multimarkdown.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
