# pandoc

Universal markup converter

**Score:** 67% pass rate
**Principles:** 3/7 met

## Embed the badge

The [badge floor](https://anc.dev/badge) is 80%; this scorecard is at 67% (13 points below). Once the score clears the floor, the embed snippet will appear here.

| Status | Check | Principle | Evidence |
|--------|-------|-----------|----------|
| WARN | Help flag produces useful output | [P3](https://anc.dev/p3) | --help output exists but no examples section detected |
| PASS | Version flag works | [P3](https://anc.dev/p3) |  |
| WARN | Structured output support | [P2](https://anc.dev/p2) | --output/--format flag detected but could not validate JSON via safe probes (--help/--version override output flags in most CLIs) |
| PASS | Rejects invalid arguments | [P4](https://anc.dev/p4) |  |
| PASS | Quiet mode available | [P7](https://anc.dev/p7) |  |
| PASS | Handles SIGPIPE gracefully | [P6](https://anc.dev/p6) |  |
| PASS | Non-interactive by default | [P1](https://anc.dev/p1) |  |
| SKIP | Non-interactive gate flag advertised in --help | [P1](https://anc.dev/p1) | target satisfies P1 via alternative gate (help-on-bare or stdin-primary) |
| WARN | Flags advertise env-var bindings in --help | [P1](https://anc.dev/p1) | 106 flag(s) found in --help but no `[env: NAME]` bindings advertised |
| SKIP | Pager-using CLI ships --no-pager escape hatch | [P6](https://anc.dev/p6) | no pager signal (less/more/$PAGER/--pager) in --help |
| PASS | Respects NO_COLOR | [P6](https://anc.dev/p6) |  |

**Repo:** [jgm/pandoc](https://github.com/jgm/pandoc)
**Language:** Haskell
**Version scored:** 3.9.0
**Audit date:** 2026-05-01 10:08:59 UTC
**Duration:** 96ms
**Platform:** `linux/x86_64`
**Mode:** command
**Anc build:** 0.3.0
**Install:** `brew install pandoc`

## Reproduce locally

```bash
anc check --command pandoc --output json
```
