class
SM ::ToHtml
ruby latest stable
- Superclass: Object
Class deprecated or moved
This class is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
No documentation available for this class.
Constants
InlineTag = Struct.new(:bit, :on, :off)
LIST_TYPE_TO_HTML = { ListBase::BULLET => [ "<ul>", "</ul>" ], ListBase::NUMBER => [ "<ol>", "</ol>" ], ListBase::UPPERALPHA => [ "<ol>", "</ol>" ], ListBase::LOWERALPHA => [ "<ol>", "</ol>" ], ListBase::LABELED => [ "<dl>", "</dl>" ], ListBase::NOTE => [ "<table>", "</table>" ], }
Files
- lib/rdoc/markup/simple_markup/to_html.rb