Type:
Class
Constants:
LIST_TYPE_TO_HTML : { :BULLET => ['<ul>', '</ul>'], :LABEL => ['<dl class="rdoc-list label-list">', '</dl>'], :LALPHA => ['<ol style="list-style-type: lower-alpha">', '</ol>'], :NOTE => ['<dl class="rdoc-list note-list">', '</dl>'], :NUMBER => ['<ol>', '</ol>'], :UALPHA => ['<ol style="list-style-type: upper-alpha">', '</ol>'], }

Maps RDoc::Markup::Parser::LIST_TOKENS types to HTML tags

Outputs RDoc markup as HTML.

convert_string

convert_string(text) Instance Public methods CGI-escapes text

2015-05-02 21:02:40
html_list_name

html_list_name(list_type, open_tag) Instance Public methods Determines the HTML

2015-05-02 21:16:30
init_tags

init_tags() Instance Public methods Maps attributes to HTML tags

2015-05-02 21:20:18
new

new(options, markup = nil) Class Public methods Creates a new formatter that

2015-05-02 20:44:06
handle_special_TIDYLINK

handle_special_TIDYLINK(special) Instance Public methods This special

2015-05-02 20:59:32
to_html

to_html(item) Instance Public methods Converts item to HTML using

2015-05-02 21:37:47
start_accepting

start_accepting() Instance Public methods Prepares the visitor for HTML generation

2015-05-02 22:33:11
handle_special_HARD_BREAK

handle_special_HARD_BREAK(special) Instance Public methods special

2015-05-02 20:48:21
accept_list_start

accept_list_start(list) Instance Public methods Prepares the visitor for consuming

2015-05-02 22:04:25
end_accepting

end_accepting() Instance Public methods Returns the generated output

2015-05-02 22:25:41