handle_special_TIDYLINK(special) Instance Public methods This special is a link where the label is different from the URL label[url] or {long label}[url]
convert_string(text) Instance Public methods CGI-escapes text
gen_url(url, text) Instance Public methods Generate a link to url with content text. Handles the special cases for img: and link: described under #handle_special_HYPERLINK
html_list_name(list_type, open_tag) Instance Public methods Determines the HTML list element for list_type and open_tag
init_tags() Instance Public methods Maps attributes to HTML tags
list_end_for(list_type) Instance Public methods Returns the HTML end-tag for list_type
list_item_start(list_item, list_type) Instance Public methods Returns the HTML tag for list_type, possible using a label from list_item
parseable?(text) Instance Public methods Returns true if Ripper is available it can create a sexp from text
to_html(item) Instance Public methods Converts item to HTML using RDoc::Text#to_html
accept_blank_line(blank_line) Instance Public methods Adds blank_line to the output
Page 902 of 11844