class RDoc::Markup::ToBs

def initialize markup = nil

def initialize markup = nil
  super
  @in_b  = false
  @in_em = false
end