Module SM::Flow
In: markup/simple_markup/to_flow.rb

Classes and Modules

Class SM::Flow::LIST

Constants

P = Struct.new(:body)
VERB = Struct.new(:body)
RULE = Struct.new(:width)
LI = Struct.new(:label, :body)
H = Struct.new(:level, :text)

[Validate]