# Presentomatic

The markdown presentation tool for developers

---

# Slides start with `#`

Title slides are centered and use the blue theme automatically

---

## Content slides use `##`

Content slides have a white background with blue accents.

Use `---` to separate slides.

---

## Text Formatting

Markdown formatting works as expected:

**Bold text** for emphasis

*Italic text* for style

~~Strikethrough~~ for corrections

`inline code` for technical terms

---

## Links

Links open in a new tab automatically:

- [Presentomatic on GitHub](https://github.com/tran-engineering/presentomatic)
- [MermaidJS](https://mermaid.js.org)
- [Highlight.js](https://highlightjs.org)

---

## Blockquotes

> "Any sufficiently advanced technology is indistinguishable from magic."
>
> — Arthur C. Clarke

---

## Tables

| Feature        | Supported |
| -------------- | --------- |
| Markdown       | ✅        |
| Code blocks    | ✅        |
| Mermaid charts | ✅        |
| Images         | ✅        |
| Animations     | ✅        |
| Custom CSS     | ✅        |
| PDF export     | ✅        |

---

## Horizontal Rules as Dividers

Use `---` between slides.

Use `***` within a slide for a visual divider:

***

This content is below the divider — still on the same slide.

---

# That's the basics!

Navigate with **← →** arrow keys or click the slide buttons below.
