class

RDoc::Markup::ToHtml

v1_9_1_378 - Show latest stable - Superclass: RDoc::Markup::Formatter

No documentation available for this class.

Constants

InlineTag = Struct.new(:bit, :on, :off)

LIST_TYPE_TO_HTML = {\n:BULLET => %w[<ul> </ul>],\n:NUMBER => %w[<ol> </ol>],\n:UPPERALPHA => %w[<ol> </ol>],\n:LOWERALPHA => %w[<ol> </ol>],\n:LABELED => %w[<dl> </dl>],\n:NOTE => %w[<table> </table>],\n}

Files

  • lib/rdoc/markup/to_html.rb