podman-container-tools/container-libs

Improve man page cross-links

Open

#827 geöffnet am 6. Mai 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (120 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (97 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

In our man pages maintained in Markdown, we can show links to other man pages within the project correctly in only one of 1) the GitHub web view, and 2) Linux man pages: if we use real web links in Markdown, they show correctly in GitHub, but md2man turns the link target into an extra text in the page.

Podman has a small pre-processing step to remove the links before running md2man; adopt that and update the man pages.

Contributor Guide