No documentation available for this class.
Constants
InlineTag = Struct.new(:bit, :on, :off)
LIST_TYPE_TO_HTML = {\n:BULLET => [ "<ul>", "</ul>" ],\n:NUMBER => [ "<ol>", "</ol>" ],\n:UPPERALPHA => [ "<ol>", "</ol>" ],\n:LOWERALPHA => [ "<ol>", "</ol>" ],\n:LABELED => [ "<dl>", "</dl>" ],\n:NOTE => [ "<table>", "</table>" ],\n}
Files
- lib/rdoc/markup/to_flow.rb