[][src]Crate termimad

Macros

mad_bg
mad_colors
mad_fg

Structs

Area

represents a part of a screen

FormattedLine
FormattedText

a formatted text, implementing Display

MadSkin

A skin defining how a parsed mardkown appears on the terminal (fg and bg colors, bold, italic, underline, etc.)

TextView

Functions

line

return a formatted line, which implements Display This uses the default skin. Don't use if you expect your markdown to be several lines.

print_line
print_text
text

return a formatted text, which implements Display This uses the default skin.