Sha256: ae534220c3a3fa173473d9f736ba1a88108ec083da8e045ed712815e0dadf4b6

Contents?: true

Size: 1.65 KB

Versions: 1

Compression:

Stored size: 1.65 KB

Contents

------------------------------------------------------------------------------
Version 1.0.2 (2012-01-09)
------------------------------------------------------------------------------

External changes:

* Blockquote's leading paragraph regexp was not anchored.

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

Internal changes:

* Upgraded to Binman 3 for better interoperability with Bundler.

* Freezing internal constants prevents monkeypatching.

* Forgot to change project slogan in the gem package.

------------------------------------------------------------------------------
Version 1.0.1 (2011-12-06)
------------------------------------------------------------------------------

Breaking changes:

* 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.

External changes:

* 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.

Internal changes:

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

------------------------------------------------------------------------------
Version 0.0.1 (2011-10-13)
------------------------------------------------------------------------------

* First release! Happy birthday! Woohoo! :-)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
md2man-1.0.2 HISTORY.markdown