#, ##, ###, …, ###### | Headings |
[Link Text](URL) | Link |
[Text](#header-name) | Link to # Header Name |
 | Video/Image |
--- |
Horizontal Line |
\ | Escape character |
<!-- Text --> |
Comments |
` Text ` | Inline Code |
``` Text ``` | Code Block |
> Text | Blockquote |
» Text | Nested Blockquote |
**Text** | Bold |
_Text_ | Italics |
~~Text~~ | Strike through |
<u>Text</u> | Underline |
- Start
- Indented
1. First
2. Second
1. First
2. Second
1. First
1. Second
1. Third
1. etc
<ol>
<li>First</li>
<li>Second</li>
<ol start="2">
<li>Second</li>
</ol>
</ol>
<ul>
<ul>
<li>Indented Unordered List</li>
</ul>
</ul>
Text
| Title 1 | Title 2 | Title 3 | etc |
| -------- | -------- | ------ | --- |
| Cell 1 | Cell 2 | Cell 3 | etc |
Text
--- |
Left align |
--: |
Right align |
:-: |
Center align |
$ LaTeX $
for inline math expressions.$$ LaTeX $$
for block math expressions.
LaTeX | Symbol |
---|---|
\pi | $\pi$ |
\infty | $\infty$ |
\Delta | $\Delta$ |
\alpha | $\alpha$ |
\theta | $\theta$ |
\lambda | $\lambda$ |
\sigma | $\sigma$ |
\mu | $\mu$ |
\bigcap | $\bigcap$ |
\bigcup | $\bigcup$ |
LaTeX | Symbol |
---|---|
a_b | $a_b$ |
a^b | $a^b$ |
a_b^c | $a_b^c$ |
a \atop b | $a \atop b$ |
\underset{a}{b} | $\underset{a}{b}$ |
\overset{a}{b} | $\overset{a}{b}$ |
LaTeX | Symbol |
---|---|
> | $>$ |
< | $<$ |
\le | $\le$ |
\ge | $\ge$ |
= | $=$ |
\ne | $\ne$ |
\approx | $\approx$ |
LaTeX | Symbol |
---|---|
\frac{a}{b} | $\frac{a}{b}$ |
f’ | $f’$ |
\sqrt[a]{b} | $\sqrt[a]{b}$ |
\sum_{k=1}^n a_k b_k | $\sum_{k=1}^n a_k b_k$ |
\int_0^{10} a b | $\int_0^{10} a b$ |
\underset{x \to \infty}{\lim} | $\underset{x \to \infty}{\lim}$ |
LaTeX | Symbol |
---|---|
\sin | $\sin$ |
\cos | $\cos$ |
\tan | $\tan$ |
\arcsin | $\arcsin$ |
\arccos | $\arccos$ |
\arctan | $\arctan$ |
LaTeX | Symbol |
---|---|
\textcolor{#22BB22}{abc} | $\textcolor{#22BB22}{abc}$ |
\sout{abc} | $\cancel{abc}$ |
\leftarrow | $\leftarrow$ |
\rightarrow | $\rightarrow$ |
\leftrightarrow | $\leftrightarrow$ |
\dots | $\dots$ |
\vdots | $\vdots$ |