Headings #
H1 #
H2 #
H3 #
H4 #
H5 #
H6 #
Code Blocks #
Inline Code #
This is Inline Code
Code block with backticks #
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Example HTML5 Document</title>
</head>
<body>
<p>Test</p>
</body>
</html>
List Types #
Ordered List #
- First item
- Second item
- Third item
Unordered List #
- List item
- Another item
- And another item
Nested list #
- Item
- First Sub-item
- Second Sub-item
Checked list #
- Checked item
- Unchecked item
Tables #
Name | Age |
---|---|
Bob | 27 |
Alice | 23 |
Link #
TeX #
$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$