Sha256: 22a9b2a706e8e685f46f7c43166f78ea30d33962307c37a01cc4cd2a9f651204

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

### 0.1.5 / 2013-05-19

* Translate unicode symbols into roff glyphs.
* Convert typographic symbols and smart quotes into glyphs.
* Simplify `\fB\fC` as `\fC` (Colin Watson).
* Use `\fB` for codespans (Colin Watson).
* Escape `--` as `\-\-` (Colin Watson).
* Escape `\` as `\e` (Colin Watson).
* Emit `.TP` or `.HP` if the paragraph begins with a strong element.

### 0.1.4 / 2013-05-05

* Improve detection of tagged paragraphs.
* Support emitted a hanging paragraph (`.HP`) for command synopsis lines.
* Strip leading whitespace from each line of emitted text.

### 0.1.3 / 2013-05-05

* Initial release:
  * Converts markdown to [roff]:
    * Supports codespans, emphasis and strong fonts.
    * Supports normal and tagged paragraphs.
    * Supports bullet lists.
    * Supports multi-paragraph list items and blockquotes.
    * Supports horizontal rules.
    * Supports converting `[bash](man:bash(1))` links into man page references.
  * Provides Rake task for converting `man/*.md` into man pages.
  * Uses the pure-Ruby [Kramdown][kramdown] markdown parser.
  * Supports [Ruby] 1.8.x, 1.9.x, 2.0.x, [JRuby], [Rubinius].

[kramdown]: http://kramdown.rubyforge.org/
[roff]: http://en.wikipedia.org/wiki/Roff

[Ruby]: http://www.ruby-lang.org/
[JRuby]: http://jruby.org/
[Rubinius]: http://rubini.us/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kramdown-man-0.1.5 ChangeLog.md