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.
new(options, markup = nil)public
# File lib/rdoc/markup/to_html.rb, line 44
def initialize options, markup = nil
super
@code_object = nil
@from_path = ''
@in_list_entry = nil
@list = nil
@th = nil
@hard_break = "<br>\n"
# external links
@markup.add_special(/(?:link:|https?:|mailto:|ftp:|irc:|www\.)\S+\w/,
:HYPERLINK)
add_special_RDOCLINK
add_special_TIDYLINK
init_tags
end Related methods
- Instance methods
- accept_blank_line
- accept_block_quote
- accept_heading
- accept_list_end
- accept_list_item_end
- accept_list_item_start
- accept_list_start
- accept_paragraph
- accept_raw
- accept_rule
- accept_verbatim
- convert_string
- end_accepting
- gen_url
- handle_RDOCLINK
- handle_special_HARD_BREAK
- handle_special_HYPERLINK
- handle_special_RDOCLINK
- handle_special_TIDYLINK
- html_list_name
- init_tags
- list_end_for
- list_item_start
- parseable?
- start_accepting
- to_html
- Class methods
- new