module Diclionary::Text

Extended Modules

Defined in:

markup.cr
term.cr

Instance Method Summary

Instance Method Detail

def bold(*content : Markup | 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 italic(*content : Markup | String) #

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

[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 small(*content : Markup | String) #

[View source]