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.

gen_url

gen_url(url, text) Instance Public methods Generate a link to url

2015-05-02 21:10:03
accept_heading

accept_heading(heading) Instance Public methods Adds heading to

2015-05-02 21:48:57
accept_list_item_end

accept_list_item_end(list_item) Instance Public methods Finishes consumption

2015-05-02 21:58:04
end_accepting

end_accepting() Instance Public methods Returns the generated output

2015-05-02 22:25:41
accept_list_item_start

accept_list_item_start(list_item) Instance Public methods Prepares the visitor

2015-05-02 22:00:06
list_end_for

list_end_for(list_type) Instance Public methods Returns the HTML end-tag for

2015-05-02 21:22:14
accept_list_end

accept_list_end(list) Instance Public methods Finishes consumption of list

2015-05-02 21:52:37
list_item_start

list_item_start(list_item, list_type) Instance Public methods Returns the HTML

2015-05-02 21:28:32
accept_raw

accept_raw(raw) Instance Public methods Adds raw to the output

2015-05-02 22:12:29
accept_verbatim

accept_verbatim(verbatim) Instance Public methods Adds verbatim

2015-05-02 22:18:50