module ERB::Util
module RedCloth
module RedCloth::Formatters
module RedCloth::Formatters::Base
module RedCloth::Formatters::HTML
module RedCloth::Formatters::LATEX
module RedCloth::Formatters::LATEX::Settings
module RedCloth::VERSION
class ERB
class RedCloth::TextileDoc
RedCloth
4.3.4
# li_open
def li_open(opts) "#{"\t" * opts[:nest]}<li#{pba(opts)}>#{opts[:text]}" end