md2man - markdown to manpage https://github.com/sunaku/md2man#readme
md2man is a Ruby library and command-line program that converts Markdown documents into UNIX manual pages (really Roff documents) using the [Redcarpet](https://github.com/vmg/redcarpet) library. ## Version 1.3.1 (2012-10-09) Patch: * roff: do not render references inside code blocks. * roff: do not render references inside code spans. * roff: fix single-line indented paragraph detection. * roff: also indent block\_code just like block\_quote. * roff: add paragraph above block\_quote for spacing. * roff: render code blocks as paragraphs for spacing. Otherwise there's not enough space between the previous paragraph and the code block: it appears on the next line and appears ugly in man(1). * document: make reference regexp match more manpages. Other: * document: stronger digest encoding using NUL bytes. * document: super() can't reach Redcarpet's renderer classes. See https://github.com/vmg/redcarpet/issues/51 for details. -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
