0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Marpを使ってMarkdownでスライドを作成してみた!

0
Posted at

Marpを使ってMarkdownでスライドを作成してみました。

公式 サンプル
---
theme: gaia
_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)

# **Marp**

Markdown Presentation Ecosystem

https://marp.app/

---

# How to write slides

Split pages by horizontal ruler (`---`). It's very simple! :satisfied:

```markdown
# Slide 1

foobar

---

# Slide 2

foobar
```

サンプルのbackgroundImageで使用されているSVGをChat GPTで生成してみました。

20250915-001.png

ソースコード

---
marp: true
theme: gaia
_class: lead
paginate: true
backgroundColor: #fff
backgroundImage: 'url(./background.svg)'
---

# テストスライド

コンテンツ

---

# ページ2

コンテンツ

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?