# File lib/rd/rd2man-lib.rb, line 99
    def apply_to_ItemListItem(element, content)
      content.map{ |c| c =~ /\n$/ ? c : c + "\n" }.join("")
    end