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
# br
def br(opts) if hard_breaks == false "\n" else "<br#{pba(opts)} />\n" end end