module RedCloth::Formatters::HTML

def li_open(opts)

def li_open(opts)
  "#{"\t" * opts[:nest]}<li#{pba(opts)}>#{opts[:text]}"
end