Markdown Guide
Headings
Use # for headings. This post uses ## and ###.
Third-level heading
Text Formatting
Bold text, italic text, and strikethrough.
Links and Images
Lists
- Item one
- Item two
- Nested item
- First
- Second
Code
Inline code and a block:
def hello():
print("Hello, world!")
Blockquote
The best way to predict the future is to invent it.
Table
| Feature | Supported |
|---|---|
| Math | Yes |
| Code | Yes |
| Images | Yes |