struct Poor::Paragraph
- Poor::Paragraph
- Poor::Container
- Poor::Markup
- Struct
- Value
- Object
Defined in:
markup.crInstance methods inherited from struct Poor::Container
children : Array(Poor::Markup)
children,
text(io : IO)
text,
to_html(io : IO)
to_html
Constructor methods inherited from struct Poor::Container
new(value : Array(Markup) = [] of Markup)new(*content : Markup | String) new
Instance methods inherited from struct Poor::Markup
children
children,
each(&)each each, each_end(&)
each_end each_end, each_recursive(&)
each_recursive each_recursive, each_start(&)
each_start each_start, each_start_end(&)
each_start_end each_start_end, each_token(&) each_token, initialize initialize, inspect(io : IO) inspect, map_recursive!(&func : Markup -> Markup) map_recursive!, pretty_print(pp : PrettyPrint) pretty_print, size size, text(io : IO)
text text, to_ansi(io : IO)
to_ansi to_ansi, to_html(io : IO)
to_html to_html, unsafe_fetch(index : Int) unsafe_fetch, unsafe_put(index : Int, value : Markup) unsafe_put