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.

accept_blank_line

accept_blank_line(blank_line) Instance Public methods Adds blank_line

2015-05-02 21:41:24
handle_special_RDOCLINK

handle_special_RDOCLINK(special) Instance Public methods special

2015-05-02 20:53:09
handle_special_HYPERLINK

handle_special_HYPERLINK(special) Instance Public methods special

2015-05-02 20:51:26
parseable?

parseable?(text) Instance Public methods Returns true if

2015-05-02 21:32:49
accept_paragraph

accept_paragraph(paragraph) Instance Public methods Adds paragraph

2015-05-02 22:11:26
accept_rule

accept_rule(rule) Instance Public methods Adds rule to the output

2015-05-02 22:13:20