Marp

Folien/Slides auf Markdown-Basis schreiben und präsentieren.

Links

Einfache Präsi

Tipps:

  • Slides werden durch --- voneinander getrennt.

  • * Bullet-Lists Items werden auf Klick eingeblendet, - Bullet-Lists sind sofort sichtbar

Mit „Presenter Notes“:

---
theme: gaia
size: 16:9
_class: lead
paginate: true
backgroundColor: #fff
backgroundImage: url('https://marp.app/assets/hero-background.svg')
---

![bg left:40% 80%](https://marp.app/assets/marp.svg)


# **Title**

Subtitle

https://www.linuxfabrik.ch/


---

<!--
Multiline comment
for the Presenter ("Presenter Notes")
-->

# Title Slide02

Text *Italic* **Bold** [Link](http://a.com) `Inline code` with backticks

- List
    - List
- List

Python-Code:

```python
print('hello')

```

---

# Title Slide02

## Heading 2

Quote:

> Blockquote

| foo | bar |
| --- | --- |
| baz | bim |

Verwendung

Präsentation mit zuschaltbarer „Presenter View“ starten:

./marp --preview --server path/to/markdown-files

Built on 2023-09-21