# File lib/rd/rd2html-lib.rb, line 222
    def apply_to_ItemList(element, items)
      %Q[<ul>\n#{items.join("\n").chomp}\n</ul>]
    end