Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
init_tags()
public
Maps attributes to HTML sequences
# File lib/rdoc/markup/to_markdown.rb, line 30
def init_tags
add_tag :BOLD, '**', '**'
add_tag :EM, '*', '*'
add_tag :TT, '`', '`'
end