Crate femto_formatting

source ·
Expand description

Available formatting:

  • normal
  • *bold*
  • /italic/
  • `mono`
  • ^superscript^
  • |subscript|
  • ^|small|^
  • _underscore_
  • ~strikethrough~

All formattings can be combined. The formatting either ends after a second occurance of the same formatting character or when the line ends. All characters after a \ will be handled as normal.

Structs§

  • A font pack specifying different variants of a font.

Functions§