class
SM ::ToFlow
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 = { SM::ListBase::BULLET => [ "<ul>", "</ul>" ], SM::ListBase::NUMBER => [ "<ol>", "</ol>" ], SM::ListBase::UPPERALPHA => [ "<ol>", "</ol>" ], SM::ListBase::LOWERALPHA => [ "<ol>", "</ol>" ], SM::ListBase::LABELED => [ "<dl>", "</dl>" ], SM::ListBase::NOTE => [ "<table>", "</table>" ], }
Files
- lib/rdoc/markup/simple_markup/to_flow.rb