Skip to content

Releases: sunaku/md2man

v1.0.2

04 Apr 19:16
Compare
Choose a tag to compare

Version 1.0.2 (2012-01-09)

Patch:

  • Blockquote's leading paragraph regexp was not anchored.

  • Freezing internal constants prevents monkey patching.

Other:

  • Upgraded to Binman 3 for better interoperability with Bundler.

  • Added example input file from the Linux Man Page Howto.

  • Forgot to change project slogan in the gem package.

v1.0.1: Version 1.0.1

04 Apr 19:17
Compare
Choose a tag to compare

Version 1.0.1 (2011-12-06)

Major:

  • Renamed the project from "redcarpet-manpage" to "md2man".

    • RedcarpetManpage::Renderer is now Md2Man::Engine.

    • RedcarpetManpage::RENDERER is now Md2Man::ENGINE.

  • Tagged paragraphs no longer require the first line to begin with italic or
    bold styling. All that matters is that the subsequent lines are indented.

Minor:

  • Added md2man(1) executable for command-line usage.

  • Added support for all HTML 4.0 and XHTML 1.0 entities.

  • Added support for tables, horizontal rules, and more.

  • Added Md2Man::Roff mixin for advanced Redcarpet2 usage.

  • Improved README with some new and revised documentation.

Other:

  • Rewrote entire Markdown to Roff conversion from scratch while doing TDD.

v1.0.0

04 Apr 19:17
Compare
Choose a tag to compare

Version 0.0.1 (2011-10-13)

First release! Happy birthday! Woohoo! :-)