# File lib/rdoc/markup/to_html.rb, line 342 def init_tags add_tag :BOLD, "<strong>", "</strong>" add_tag :TT, "<code>", "</code>" add_tag :EM, "<em>", "</em>" end