• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H16-Jul-2021-5243

hack/ci/H16-Jul-2021-169

md2man/H16-Jul-2021-792638

vendor/github.com/russross/blackfriday/v2/H03-May-2022-8,2856,712

.gitignoreH A D16-Jul-202114 32

DockerfileH A D16-Jul-2021260 97

LICENSE.mdH A D16-Jul-20211.1 KiB2217

MakefileH A D16-Jul-2021541 3625

README.mdH A D16-Jul-2021300 169

go-md2man.1.mdH A D16-Jul-2021668 2415

go.modH A D16-Jul-2021100 63

go.sumH A D16-Jul-2021187 32

md2man.goH A D16-Jul-2021903 5243

README.md

1go-md2man
2=========
3
4Converts markdown into roff (man pages).
5
6Uses blackfriday to process markdown into man pages.
7
8### Usage
9
10./md2man -in /path/to/markdownfile.md -out /manfile/output/path
11
12### How to contribute
13
14We use go modules to manage dependencies.
15As such you must be using at lest go1.11.
16