podman/test/tools/vendor/github.com/cpuguy83/go-md2man/v2
Valentin Rothberg 4513fde805 test/tools: bump module to go 1.17
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-11-10 11:02:40 +01:00
..
md2man vendor test tools in submodule 2022-05-04 17:11:43 +02:00
.gitignore vendor test tools in submodule 2022-05-04 17:11:43 +02:00
Dockerfile vendor test tools in submodule 2022-05-04 17:11:43 +02:00
LICENSE.md vendor test tools in submodule 2022-05-04 17:11:43 +02:00
Makefile Bump golang.org/x/tools from 0.1.10 to 0.1.11 in /test/tools 2022-06-10 12:36:28 +00:00
README.md vendor test tools in submodule 2022-05-04 17:11:43 +02:00
go-md2man.1.md Bump golang.org/x/tools from 0.1.10 to 0.1.11 in /test/tools 2022-06-10 12:36:28 +00:00
md2man.go vendor test tools in submodule 2022-05-04 17:11:43 +02:00

README.md

go-md2man

Converts markdown into roff (man pages).

Uses blackfriday to process markdown into man pages.

Usage

./md2man -in /path/to/markdownfile.md -out /manfile/output/path

How to contribute

We use go modules to manage dependencies. As such you must be using at lest go1.11.