# Installer hoedown avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de hoedown pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:hoedown
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install hoedown
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:hoedown
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/hoedown>
- **Version:** 3.0.7
- **Résumé source:** Secure Markdown processing (a revived fork of Sundown)
- **Page d'accueil:** <https://github.com/hoedown/hoedown>
- **Dépôt:** <https://github.com/hoedown/hoedown>
- **Licence:** ISC
- **Archive source:** <https://github.com/hoedown/hoedown/archive/refs/tags/3.0.7.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- hoedown (cli)
- hoedown (alias)

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 3.0.7
- données locales: OK
- dépôt amont: https://github.com/hoedown/hoedown
- dernière version détectée: 3.0.7 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

Hoedown is a C Markdown parser and renderer CLI/library. Its own README describes it as a revived fork of Sundown, which itself came from Natacha Porte's Upskirt parser lineage.

### Historique du projet

Hoedown's history is short but clear: it was created as a revived continuation of Sundown, keeping the zero-dependency C parser model, renderer separation, UTF-8 handling, extension support, and production/security orientation that made Sundown useful in language bindings and web-rendering stacks.

Repository tags show a compact release run from 1.0.0 in September 2013 through 3.0.7 in December 2015. The README continued to present Hoedown as a small C99 codebase that could be built as a dynamic library, used through the hoedown and smartypants executables, or embedded by copying source files.

### Historique d'adoption

Hoedown adoption was mainly library and binding driven. The official README points to a community-maintained bindings list and a migration guide for Sundown binding authors, which is the clearest signal of its role: it was useful to projects that wanted a fast embeddable Markdown implementation without carrying a large dependency tree.

The Homebrew formula gave macOS users a straightforward way to install the CLI and library, but the project is better understood as part of the Sundown/Upskirt markdown-parser family than as a broad standalone application.

### Modes d'utilisation

The included build creates command-line tools for Markdown-to-HTML rendering and SmartyPants processing, while library users can embed the parser and supply or customize renderers. Its README emphasizes extension support such as fenced code blocks, tables, autolinks, and strikethrough, while warning users to escape or post-process embedded HTML when needed.

The package is useful where a project wants C Markdown parsing, predictable small-source vendoring, or a historical Sundown-compatible parser. It is less visible in day-to-day package-manager culture than newer CommonMark-oriented parsers, but it remains recognizable to people tracing old Markdown stacks.

### Pourquoi les passionnés de paquets s'y intéressent

Hoedown matters to package nerds as a small, sharp example of the old C Markdown ecosystem: a fork of a fork, a CLI plus embeddable library, no runtime dependency pile, and enough security language in the README to explain why downstreams once cared.

It is also a reminder that package-manager names often preserve parser lineages long after application developers have moved to newer Markdown implementations.

### Chronologie

- 2011: Sundown repository history began before the Hoedown fork lineage.
- 2013: Hoedown 1.0.0 tag created.
- 2013: Hoedown 2.0.0 tag created.
- 2014: Hoedown 3.0.0 tag created.
- 2015: Hoedown 3.0.7 tag created.

### Related projects

- Sundown is the direct parent project named by Hoedown. Upskirt is the earlier parser codebase named by both Sundown and Hoedown. Language bindings such as node-hoedown and Text::Markdown::Hoedown are adjacent projects that carried the parser into other ecosystems.

### Sources

- <https://github.com/hoedown/hoedown/tags - official tag history.>
- <https://raw.githubusercontent.com/hoedown/hoedown/master/README.md - official README for origin, features, security notes, bindings, and build model.>
- <https://raw.githubusercontent.com/vmg/sundown/master/README.markdown - upstream Sundown README for the parent parser lineage.>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** hoedown
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [expat](https://pkg.so/fr/brew/expat/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, parser.
- [libxml2](https://pkg.so/fr/brew/libxml2/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, parser.
- [md4c](https://pkg.so/fr/brew/md4c/) - Shares pkgdb curated category or tags: cli, developer-tools, markdown, parser.
- [yajl](https://pkg.so/fr/brew/yajl/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, parser.
- [libfyaml](https://pkg.so/fr/brew/libfyaml/) - Shares pkgdb curated category or tags: c-library, cli, developer-tools, parser.
- [marked](https://pkg.so/fr/brew/marked/) - Shares pkgdb curated category or tags: cli, developer-tools, markdown, parser.
- [python-markdown](https://pkg.so/fr/brew/python-markdown/) - Shares pkgdb curated category or tags: cli, developer-tools, markdown, parser.
- [cmark](https://pkg.so/fr/brew/cmark/) - Shares pkgdb curated category or tags: cli, developer-tools, markdown, parser.
- [kramed](https://pkg.so/fr/npm/kramed/) - Both packages work with overlapping file formats or content types. Shared terms: cli, developer, developer-tools, html, markdown.
- [cmark-gfm](https://pkg.so/fr/brew/cmark-gfm/) - Both packages work with overlapping file formats or content types. Shared terms: cli, developer, developer-tools, markdown, parser.

## Combined YAML source

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


## Sources

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