Method: RDoc::Markup::ToRdoc#init_tags

Defined in:
lib/rdoc/markup/to_rdoc.rb

#init_tagsObject

Maps attributes to HTML sequences



68
69
70
71
72
# File 'lib/rdoc/markup/to_rdoc.rb', line 68

def init_tags
  add_tag :BOLD, "<b>", "</b>"
  add_tag :TT,   "<tt>", "</tt>"
  add_tag :EM,   "<em>", "</em>"
end