[!NOTE] Useful information that users should know, even when skimming content.
[!TIP] Helpful advice for doing things better or more easily.
[!IMPORTANT] Key information users need to know to achieve their goal.
[!WARNING] Urgent info that needs immediate user attention to avoid problems.
[!CAUTION] Advises about risks or negative outcomes of certain actions.
> [!NOTE]
> Useful information that users should know, even when skimming content.
> [!TIP]
> Helpful advice for doing things better or more easily.
> [!IMPORTANT]
> Key information users need to know to achieve their goal.
> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.
You can also use directive syntax.
:::note Useful information that users should know, even when skimming content. :::
:::tip[Custom Label] Useful information that users should know, even when skimming content. :::
:::note
Useful information that users should know, even when skimming content.
:::
:::tip[Custom Label]
Useful information that users should know, even when skimming content.
:::
> at the beginning of the paragraph
> characters
- Quotation
- Quotation > Multiple quotations need to insert more
>
> - Quotation
> - Quotation
>> Multiple quotations need to insert more `>`
`Add codes here
Line breaks and paragraphs can be reflected in the code as-is
function MersenneTwister(seed) {
if (arguments.length == 0) {
seed = new Date().getTime();
}
this._mt = new Array(624);
this.setSeed(seed);
}
` to make inline codeHere is the inline code
[]
[x]* or underscores _Below is a horizontal line
Below is a horizontal line
Below is a horizontal line
***
Below is a horizontal line
___
You can add footnotes to your content by using this bracket syntax:
Here is a simple footnote[^1].
A footnote can also have multiple lines[^2].
[^1]: My reference. [^2]: To add line breaks within a footnote, prefix new lines with 2 spaces. This is a second line.
Here is a simple footnote[^1].
A footnote can also have multiple lines[^2].
[^1]: My reference.
[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.
This is a second line.
You can add emojis to your text by typing the emoji name after a colon :.
When you type two or more characters after the colon, an emoji suggestion list will appear. This list will narrow down as you continue typing. Once you find the emoji you are looking for, press Tab or Enter to insert the highlighted emoji.
For a list of available emojis, refer to the "Emoji Cheat Sheet".
| Left align | Right align | Center align |
|---|---|---|
| This | This | This |
| column | column | column |
| will | will | will |
| be | be | be |
| left | right | center |
| aligned | aligned | aligned |
| Left align | Right align | Center align |
|:-----------|------------:|:------------:|
| This | This | This |
| column | column | column |
| will | will | will |
| be | be | be |
| left | right | center |
| aligned | aligned | aligned |
Content Cell Content Cell
Content Cell Content Cell
``` csv
Content Cell,Content Cell
Content Cell,Content Cell
```
``` tsv
Content Cell Content Cell
Content Cell Content Cell
```
First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
``` csv-h
First Header,Second Header
Content Cell,Content Cell
Content Cell,Content Cell
```
``` tsv-h
First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
```