Carnet Theme Markdown Demo
Welcome to this Markdown Demo Post for the Carnet theme. This post showcases how different markdown elements will appear when using Carnet.
Headings
H1 Heading
H2 Heading
H3 Heading
H4 Heading
H5 Heading
H6 Heading
Text Formatting
Bold Text
Italic Text
Strikethrough
Blockquote: βThis is an example of a blockquote.β
Lists
Unordered List:
- Item 1
- Item 2
- Sub-item 2.1
- Sub-item 2.2
Ordered List:
- First item
- Second item
- Sub-item 2.1
- Sub-item 2.2
Code Blocks
# This is a Python code block
def hello():
print("Hello, Carnet!")
# This is a shell command
echo "Welcome to Carnet!"
Tables
Column 1 | Column 2 | Column 3 |
---|---|---|
Row 1 | Data 1 | Data 2 |
Row 2 | Data 3 | Data 4 |
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Row 1 | Data 1 | Data 2 |
| Row 2 | Data 3 | Data 4 |
Images

Links
Visit Carnet GitHub Repository
[Visit Carnet GitHub Repository](https://github.com/yourusername/carnet-theme)
Horizontal Rule
---
That's it for this demo! Enjoy writing with *Carnet*! π