Skip to content

Commit

Permalink
Version 2.1.0 (2014-05-04)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed May 4, 2014
1 parent 197231c commit 013b486
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
27 changes: 27 additions & 0 deletions VERSION.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## Version 2.1.0 (2014-05-04)

### Minor:

* md2man-html(1) now adds anchors and permalinks to all headings. This
makes it easy for readers to bookmark and share direct links to specific
sections of your HTML manual pages.

* md2man-html(1) now wraps individual components of the special `.TH`
top-level heading in HTML `<span>` elements with stylable CSS classes:

<span class="md2man-title">...</span>
<span class="md2man-section">...</span>
<span class="md2man-date">...</span>
<span class="md2man-source">...</span>
<span class="md2man-manual">...</span>

Thanks to Nick Fagerlund for requesting this feature in [GH-15](
https://github.com/sunaku/md2man/issues/15 ).

### Other:

* md2man(5) now documents the special `.TH` format of top-level headings.

Thanks to Nick Fagerlund for requesting this documentation in [GH-15](
https://github.com/sunaku/md2man/issues/15 ).

## Version 2.0.4 (2014-04-26)

### Patch:
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-HTML 1 2014-04-26 2.0.4
# MD2MAN-HTML 1 2014-05-04 2.1.0
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-RAKE 1 2014-04-26 2.0.4
# MD2MAN-RAKE 1 2014-05-04 2.1.0
## NAME
Expand Down
2 changes: 1 addition & 1 deletion bin/md2man-roff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
=begin =======================================================================
# MD2MAN-ROFF 1 2014-04-26 2.0.4
# MD2MAN-ROFF 1 2014-05-04 2.1.0
## NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/md2man/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Md2Man
VERSION = "2.0.4"
VERSION = "2.1.0"
end
2 changes: 1 addition & 1 deletion man/man5/md2man.5.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MD2MAN 5 2014-04-26 2.0.4
# MD2MAN 5 2014-05-04 2.1.0

## NAME

Expand Down

0 comments on commit 013b486

Please sign in to comment.