- Windows 10
- VSCode
marp-starter-kit-en/
├ images/
│ ├ Image files
│ └ ・・・
├ themes/
│ └ mydefault.css(Custom theme)
├ README.md(This file)
└ slides.md(Slides)
- University Logo
Default
theme +gaia
font size- Default without slide class: Top-left align
lead
: Middle-center align
- Open
slides.md
- Type
Ctrl+,
to open config setting - Search for
marp
- Select Add at
Markdown › Marp: Themes
- Type
themes\mydefault.css
- Select OK
- Check
Markdown › Marp: Enable HTML
- Select Add at
<div class="row">
<div class="column">
Left column content
</div>
<div class="column">
Right column content
</div>
</div>
---
<!-- _footer: '' -->
- If your PDF export does not look the same as VSCode Preview, then check the encoding of your markdown files
- "UTF-8 with BOM" should be saved with "UTF-8"