add_html(tag, name)
Add to the sequences recognized as general markup.
# File lib/rdoc/markup.rb, line 615 def add_html(tag, name) @attribute_manager.add_html(tag, name) end