module Poor

Extended Modules

Defined in:

markup.cr
term.cr

Instance Method Summary

Instance Method Detail

def bold(*content : Markup | String) #

[View source]
def code(content : String) #

[View source]
def format(text : Markup, io : IO = STDOUT, style : TerminalStyle = TerminalStyle::DEFAULT) #

Formats the given text for display in terminal.


[View source]
def format_to_s(text : Markup, style : TerminalStyle = TerminalStyle::DEFAULT) : String #

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


[View source]
def heading(level : Int, *content) #

[View source]
def heading(*content, level : Int32) #

[View source]
def italic(*content : Markup | String) #

[View source]
def item(*content : Markup | String) #

[View source]
def labeled_paragraph(label : String, *content : Markup | String, **args) #

[View source]
def markup #

[View source]
def markup(*content : Markup | String) #

[View source]
def ordered_list(*items : Item) #

[View source]
def paragraph(*content : Markup | String) #

[View source]
def preformatted(*content : String) #

[View source]
def small(*content : Markup | String) #

[View source]
def unordered_list(*items : Item) #

[View source]