Marp
Folien/Slides auf Markdown-Basis schreiben und präsentieren.
- Links
Homepage: https://marp.app/
Markdown: https://marpit.marp.app/markdown
Source Code: https://github.com/marp-team/marp-cli
Themes und Markdown-Direktiven: https://github.com/marp-team/marp-core
GitHub Flavored Markdown Spec: https://github.github.com/gfm/
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')
---

# **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