method
new
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Markup::ToHtml
new()public
No documentation available.
# File lib/rdoc/markup/to_html.rb, line 51
def initialize
super
@th = nil
@in_list_entry = nil
@list = nil
# external hyperlinks
@markup.add_special(/((link:|https?:|mailto:|ftp:|www\.)\S+\w)/, :HYPERLINK)
# and links of the form <text>[<url>]
@markup.add_special(/(((\{.*?\})|\b\S+?)\[\S+?\.\S+?\])/, :TIDYLINK)
init_tags
end