module

Poor

Instance methods

bold(*content : Markup | String)
Source
code(content : String)
Source
format(text : Markup, io : IO = STDOUT, style : TerminalStyle = TerminalStyle::DEFAULT)

Formats the given text for display in terminal.

Source
format_to_s(text : Markup, style : TerminalStyle = TerminalStyle::DEFAULT) : String

Formats the given text for display in terminal and returns it as a string.

Source
heading(level : Int, *content)
Source
heading(*content, level : Int32)
Source
italic(*content : Markup | String)
Source
item(*content : Markup | String)
Source
labeled_paragraph(label : String, *content : Markup | String, **args)
Source
markup
Source
markup(*content : Markup | String)
Source
ordered_list(*items : Item)
Source
paragraph(*content : Markup | String)
Source
preformatted(*content : String)
Source
small(*content : Markup | String)
Source
unordered_list(*items : Item)
Source

Nested types