Crate pukram_formatting

Source
Expand description

A formatting type to allow combining various text formatting styles:

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

All formattings can be combined using bitwise operations.

Structsยง

Formatting
The default formatting used for rendering some text.