---
marp: true
theme: default
paginate: true
---

<!-- _class: lead -->

# Marp to PPTX Test
## Sample Presentation

Testing the conversion workflow

---

<!-- _header: "Introduction" -->

## What is This?

This is a **sample Marp presentation** to test the conversion to PowerPoint.

Key features:
- Markdown syntax
- Multiple slides
- Various formatting options

---

## Code Example

Here's a simple Python code block:

```python
def hello_world():
    print("Hello from Marp!")
    return True
```

Inline code: `print("test")`

---

## Lists and Formatting

**Unordered list:**
- First item
- Second item with *italic*
- Third item with **bold**

**Ordered list:**
1. Step one
2. Step two
3. Step three

---

## Blockquotes

> This is a quote to test blockquote rendering
> It should have a nice border on the left side

Regular text continues here.

---

## Multiple Levels

### Heading 3
This is some content under heading 3

- Point A
- Point B
  - Sub-point (if supported)

---

<!-- _class: lead -->

## Thank You!

**Test presentation complete**

Ready for conversion to PPTX
