Path to this page:
./
textproc/go-md2man,
Converts markdown into roff (man pages)
Branch: CURRENT,
Version: 2.0.7,
Package name: go-md2man-2.0.7,
Maintainer: pinConverts 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: 11.071 KB
Version history: (Expand)
- (2025-04-26) Updated to version: go-md2man-2.0.7
- (2025-04-05) Updated to version: go-md2man-2.0.6nb2
- (2025-03-07) Updated to version: go-md2man-2.0.6nb1
- (2024-12-17) Updated to version: go-md2man-2.0.6
- (2024-09-17) Updated to version: go-md2man-2.0.5
- (2024-09-06) Updated to version: go-md2man-2.0.4nb6
CVS history: (Expand)
2025-04-26 12:21:25 by pin | Files touched by this commit (2) |  |
Log message:
textproc/go-md2man: update to 2.0.7
What's Changed
Update usage instructions and fix module path #139
Table rendering fix in #141
|
2025-04-05 20:51:32 by Benny Siegert | Files touched by this commit (190) |  |
Log message:
Belated revbump for all Go packages after go124 update
I forgot to do the revbump again, sorry for doing it so late after the
update.
|
2025-03-07 21:54:34 by Benny Siegert | Files touched by this commit (190) |  |
Log message:
Revbump all Go packages after go124 update
I realize I forgot to do the revbump after updating the default Go
version to 1.24, so let's do that now.
|
2024-12-17 20:32:57 by pin | Files touched by this commit (2) |  |
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) |  |
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) |  |
Log message:
Revbump all Go packages after go122 update
|
2024-08-11 17:57:15 by Benny Siegert | Files touched by this commit (176) |  |
Log message:
Revbump all Go packages after update
|
2024-07-03 08:59:36 by Benny Siegert | Files touched by this commit (169) |  |
Log message:
Revbump all Go packages after go122 security update
|