# multimarkdown を Homebrew, dnf, MacPorts, Nix でインストール

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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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
- **バージョン:** 6.8.0
- **ソース概要:** Turn marked-up plain text into well-formatted documents
- **ホームページ:** <https://fletcher.github.io/MultiMarkdown-6/>
- **リポジトリ:** <https://github.com/fletcher/MultiMarkdown-6>
- **最終更新:** 2026-07-29T12:33:24Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mmd2all (エイリアス)
- mmd2epub (エイリアス)
- mmd2fodt (エイリアス)
- mmd2odt (エイリアス)
- mmd2opml (エイリアス)
- mmd2pdf (エイリアス)
- mmd2tex (エイリアス)
- multimarkdown (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 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

## 他のパッケージマネージャ記録

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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


## 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
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
