# Big Topic
Users can navigate with these.
## Section
Subsections also appear in the contents.
### Item or Process
Use these for important items in the section.
Write something in stars for italic and double stars for bold.
Write something in stars for *italic* and double stars for **bold**.
1.
to number from 1..
to automatically number from there.Starting from one.
1.
Add a space after the .
before the item.1.
They're numbered automatically.1.
1. Write each item starting with `1.` Add a space after the `.` before the item.
1. Start all items with `1.` They're numbered automatically.
1. Add other items anywhere and start them with `1.`
Starting from another number or continuing a list later.
4.
1.
4. This list starts with `4.`
1. The next item is numbered correctly.
1. Start all items after the first with `1.`
-
.-
before the item.--
- Write each item starting with `-`.
- Add a space after the `-` before the item.
-- To indent, start with `--`
>
.{.is-info}
, {.is-success}
, {.is-warning}
, or {.is-danger}
.Quote
Info
Success
Warning
Danger
> Quote
> Info
{.is-info}
> Success
{.is-success}
> Warning
{.is-warning}
> Danger
{.is-danger}
Information in tabs is only visible when the user clicks the tab.
{.tabset}
after any header to begin creating tabs.{.tabset}
header does not appear on the page.{.tabset}
becomes a tab.back-quote
syntax to quote examples from your product or user interface.Write something inside back-quote
symbols to highlight it.
Write something inside `back-quote` symbols to highlight it.
Show a keyboard symbol or on-screen button.
Wrap something in kbd tags to give it a black keyboard surround.
Wrap something in <kbd>kbd</kbd> tags to give it a black keyboard surround.
Use CSS to customize the keyboard symbol.
Use CSS to make a big blue Shift key.
Use CSS to make a <kbd style="background-color:blue;font-size:large;">Big Blue Button</kbd>.
<i>
tag with class="fas fa-icon-name"
to select a FontAwesome icon icon.<i>
tag with class="mdi mdi-icon-name"
to select an MDI icon icon.Use an icon in text.
Write an <i>
tag to include icons.
Write an `<i>` tag to include <i class="fas fa-heart" style="color:red"></i> icons.
Button with text.
<button type="button" class="ml-3 mr-0 my-0 radius-7 v-btn v-btn--contained theme--dark v-size--large black darken-2"><span class="v-btn__content"><i aria-hidden="true" class="v-icon notranslate v-icon--left mdi mdi-close theme--dark red--text"></i><span>CLOSE</span></span></button>
Button with icon only.
<button type="button" class="ml-3 mr-0 my-0 radius-7 v-btn v-btn--contained theme--dark v-size--large green"><span class="v-btn__content"><i aria-hidden="true" class="v-icon notranslate v-icon--center mdi mdi-check theme--dark white--text"></i></span></button>
Square button.
<button type="button" class="ml-3 mr-0 my-0 radius-0 v-btn v-btn--contained theme--dark v-size--large black darken-2"><span class="v-btn__content"><i aria-hidden="true" class="v-icon notranslate v-icon--left mdi mdi-close theme--dark red--text"></i><span>CLOSE</span></span></button>
Round button.
<button type="button" class="ml-3 mr-0 my-0 radius-20 v-btn v-btn--contained theme--dark v-size--large blue darken-2" style="min-width:44px;padding-left:0px;padding-right:0px;"><span class="v-btn__content"><i aria-hidden="true" class="v-icon notranslate v-icon--center mdi mdi-phone theme--dark white--text"></i></span></button>
:emoji-name:
to include emoji-name
.Spanish card decks don't use the same
symbols as American decks.
Spanish card decks don't use the same :spades: :hearts: :clubs: :diamonds: symbols as American decks.
```
, you can specify an optional language code to add automatic syntax highlighting.<img src="/files/myfile.png" style="width:500px">
<b>Some text</b>
```html
<img src="/files/myfile.png" style="width:500px">
<b>Some text</b>
```
|
.---
in every column.:
characters in the 2nd row to control text alignment.:---
for left, :---:
for center, and ---:
for right alignment.|
symbols.Simple table.
Number | Symbol | Name |
---|---|---|
1 | H | Hydrogen |
2 | He | Helium |
3 | Li | Lithium |
| Number | Symbol | Name |
| --- | --- | --- |
| 1 | H | Hydrogen |
| 2 | He | Helium |
| 3 | Li | Lithium |
Table with column alignments.
Region | Name | Sales |
---|---|---|
Northwest | Perkins | $2,220,437.00 |
Pacific | Williams-Sonora | $873,841.00 |
South | Permian | 3,272,918.00 |
| Region | Name | Sales |
| :--- | :---: | ---: |
| Northwest | Perkins | $2,220,437.00 |
| Pacific | Williams-Sonora | $873,841.00 |
| South | Permian | 3,272,918.00 |