Table of Contents

About

This page regroups all typographic component of ComboStrap

Attributes

Typographic Attribute are styling attribute

Component

The below components are specific typographic components:

Heading:

    • structural heading (table of content)
    • typographical heading (component heading)

Text:

Typographics markup

Bold

To modify the boldness (known as font-weight), you can use double star, name, value or superlatif. Check the dedicated page: How to set the Boldness (Font Weight / Strong)

Example with the itext component

  • Input
This text is a <itext boldness="bold">bold text</itext> and this one **too**.
  • Output:

This text is a bold text and this one too.

Italic

  • Input
This text is a //italic text//
  • Output:

This text is a italic text

Highlighting

How to highlight words in ComboStrap

  • Input
Highlighting ''this highlight''
  • Output:

Highlighting this highlight

Underline

Underline decoration.

  • Input
This text is __underlined__
  • Output:

This text is underlined

Delete (line-through)

Line-through / Delete decoration.

  • Input
This text is <del>deleted</del>
  • Output:

This text is deleted

Subscript

  • Input
This text is a <sub>subscript</sub>
  • Output:

This text is a subscript

Superscript

  • Input
This text is a <sup>superscript</sup>
  • Output:

This text is a superscript