module Poor
Extended Modules
Defined in:
markup.crterm.cr
Instance Method Summary
- #bold(*content : Markup | String)
- #code(content : String)
-
#format(text : Markup, io : IO = STDOUT, style : TerminalStyle = TerminalStyle::DEFAULT)
Formats the given text for display in terminal.
-
#format_to_s(text : Markup, style : TerminalStyle = TerminalStyle::DEFAULT) : String
Formats the given text for display in terminal and returns it as a string.
- #heading(level : Int, *content)
- #heading(*content, level : Int32)
- #italic(*content : Markup | String)
- #item(*content : Markup | String)
- #labeled_paragraph(label : String, *content : Markup | String, **args)
- #markup
- #markup(*content : Markup | String)
- #ordered_list(*items : Item)
- #paragraph(*content : Markup | String)
- #preformatted(*content : String)
- #small(*content : Markup | String)
- #unordered_list(*items : Item)
Instance Method Detail
Formats the given text for display in terminal.
Formats the given text for display in terminal and returns it as a string.