md2man is a Ruby library and command-line program that converts
Markdown documents into UNIX manual pages (both Roff and HTML).
- Manuals: https://sunaku.github.io/md2man
- Sources: GitHub - sunaku/md2man: 📚 Converts markdown into UNIX manual pages
- Support: Issues · sunaku/md2man · GitHub
- Package: md2man | RubyGems.org | your community gem host
Version 4.0.0 (2014-10-26)
Major:
-
Cross references are no longer expanded inside code spans and code
blocks.Thanks to Mathias Panzenbck for reporting this issue in GH-19:
Layouting errors for code sections · Issue #19 · sunaku/md2man · GitHub -
The
Md2Man::Document
module now defines the following methods. If
you
redefine/override these methods in deriving classes, make sure that
you
callsuper()
therein to trigger these methods’ original
implementation!Md2Man::Document#block_code(code, language)
Md2Man::Document#codespan(code)