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.