./textproc/go-md2man, Converts markdown into roff (man pages)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.6, Package name: go-md2man-2.0.6, Maintainer: pin

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


Required to build:
[lang/go119]

Master sites:

Filesize: 10.805 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-17 20:32:57 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/go-md2man: update to 2.0.6

What's Changed

    Fix typo, add links, and formatting by @grahammiln in #128
    README change binary name in usage example by @mikelolasagasti in #126
    gha: update golangci-lint to v1.62.2 by @thaJeztah in #131
    Preserve compatibility with go <= 1.17 by @thaJeztah in #130
    update minimum go version to go1.12, and test in gh by @thaJeztah in #129
   2024-09-17 05:33:00 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/go-md2man: update to 2.0.5

 - Add debugging output for renderer by @corhere in #123
 - Emit a NAME section properly formatted for whatis parsing by @corhere in #124
 - Fix rendering of lists by @corhere in #122
   2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) | Package updated
Log message:
Revbump all Go packages after update
   2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 security update
   2024-06-13 15:47:13 by Benny Siegert | Files touched by this commit (169) | Package updated
Log message:
Revbump all Go packages after go122 update
   2024-06-01 16:03:06 by Benny Siegert | Files touched by this commit (168)
Log message:
Revbump all Go packages, default Go version is now 1.22.
   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update