go-md2man

command module
v2.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2025 License: MIT Imports: 5 Imported by: 0

README

go-md2man

Converts markdown into roff (man pages).

Uses blackfriday to process markdown into man pages.

Usage
go install github.com/cpuguy83/go-md2man/v2@latest

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

For go 1.24 and above, you can run it with go tool:

go get -tool github.com/cpuguy83/go-md2man/v2@latest
# it will be appended to `tool` directive in go.mod file

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package md2man aims in converting markdown into roff (man pages).
Package md2man aims in converting markdown into roff (man pages).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL