Use #
from level-1 to level-6 for headers of different size.
Emphasis, aka italics, with asterisks or underscores. {*Text*
}
Strong emphasis, aka bold, with asterisks or underscores. {**Text**
or __Text__
}
Combined emphasis with asterisks and underscores. {**bold and _italics_**
}
Strikethrough uses two tildes. Scratch this. {~~Text~~
}
Unordered list can use
For ordered lists use numbers
[I'm an inline-style link](https://www.google.com)
Inline-style:

<img src="image_url_here"
style="background-color: white">
Reference-style:
![alt text][logo]
[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2"
Inline-style:
Reference-style:
Note: use color latex command and
\
for space.
$\color{name} Text \ Sample$
\textsf{\color(name) Text sample}$
Use $ or $$
This is inline math equation using $equation$
.
This is centered block math equation using $$equation$$
<details>
<summary>Tips for collapsed sections</summary>
### You can add a header
You can add text within a collapsed section.
You can add an image or a code block, too.
</details>
You can add text within a collapsed section.
You can add an image or a code block, too.
Use triple ticks ``` Code ``` for multiline and single ticks `Code` for inline codes.
import os
import numpy as np
import pandas as pd
Use diff inside ``` for highlighting.
- text in red
+ Green Text
Colons can be used to align columns.
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
Use > Text
This is the text within Blockquotes
Use three Hypens ---
Paragraph 1
Paragraph 2
Use _ and ^ within $ or <sub> Text </sub>
and <sup> Text </sup>
and
Xunderscript and Xsuperscript
> [!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.