| marp | true |
|---|---|
| paginate | true |
| theme | itlab |
| footer | example slides |
| header | Confidential |
- class
- classはデフォルト(このページの形式)とtitle,endの3種類
- titleは一番目のスライド、endはロゴのみ
- titleは#でタイトル、##で名前、###でその他所属などを想定
- 全て開始位置は絶対位置が決められているので、変更する場合はcssをいじるか、各スライドブロックの中身で下記のように指定
<style scoped> h1 { top: 50%; } </style> - classはデフォルト(このページの形式)とtitle,endの3種類
<style scoped> h1 { top: 50%; } </style>