Typography


Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Heading 3 with muted text

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.

Inline text elements

You can use the mark tag to highlight text.

This line of text is meant to be treated as deleted text.

This line of text is meant to be treated as no longer accurate.

This line of text is meant to be treated as an addition to the document.

This line of text will render as underlined

This line of text is meant to be treated as fine print.

This line rendered as bold text.

This line rendered as semibold text.

This line rendered as italicized text.

Emphasis classes

text-primary - Lorem ipsum dolor sit amet

text-secondary - Lorem ipsum dolor sit amet

text-success - Lorem ipsum dolor sit amet

text-info - Lorem ipsum dolor sit amet

text-warning - Lorem ipsum dolor sit amet

text-danger - Lorem ipsum dolor sit amet

text-light - Lorem ipsum dolor sit amet

text-dark - Lorem ipsum dolor sit amet

text-muted - Lorem ipsum dolor sit amet


Lead

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.

Blockquote

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title

User Input

ctrl + alt + del

ctrl + alt + del


Display 1

Display 2

Display 3

Display 4

Display 5

Display 6


Code Block

void Main(string[] args) {
    Console.WriteLing("Hello World!");
}

Inline Code

Using Console.WriteLine("Hello World!") will write text to the console window.