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:

  1. First item
  2. Second item
  3. Sub-item 2.1
  4. 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

Carnet Notebook Style

![Carnet Notebook Style](https://placehold.co/600x400)

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*! πŸš€