//! Output paths: JSON, markdown, tty. Each path is a separate submodule.
/// Output format. Also the `--output` CLI enum.
///
/// The CLI resolves `Auto` per invocation. With `tty` compiled in
/// and stdout on a terminal, it renders through mdcat; otherwise it
/// emits markdown. Scripted pipes stay as machine-readable output.