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

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


Branch: CURRENT, Version: 2.0.3nb6, Package name: go-md2man-2.0.3nb6, 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: 63.438 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152)
Log message:
Revbump all Go packages because go121 is now the default
   2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | Package updated
Log message:
Revbump all Go packages after go120 security update
   2023-10-13 14:31:43 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/go-md2man: update to 2.0.3

Rendering bug fixes:
 - e5bd727 - Escape hyphens in links to avoid word wrap (@r10r)
 - 66e0792 - Do not render links twice (@r10r)
 - 65a740a - Do not typeset table headings in monospaced font (@kolyshkin)
 - 43fb747 - Use .EX/.EE for code examples (@kolyshkin)
 - d85280d - Silence warnings caused by \fC which is non-portable. (@debarshiray)

CLI improvements:
 - e2293e7 - Don't warn on top-level comments (@mtrmac)

Other changes include code formatting and doc imporvements.
Thanks to all who helped make this release happen.

Adopt MAINTAINER.
   2023-09-09 22:14:17 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/go-md2man: update to 2.0.2

This is just a housekeeping patch to bring in Dockerfile changes into the
v2.0.x tree. Changes include:
 - Cross compile support
 - Bump go from 1.8 to latest (1.18)
 - Make go version and go image used configurable