Text Decoration Elements

Shorthands for bold, italic and strikethrough

Text decoration elements allow for quicker, easier styling of text with elements.

  • Bold styling:
    • <b>
    • <bold>
    • <strong>
  • Italic styling:
    • <i>
    • <italic>
    • <em>
  • Underlined styling:
    • <u>
    • <underlined>
  • Strikethrough styling:
    • <st>
    • <strikethrough>
  • Obfuscated styling:
    • <obf>
    • <obfuscated>