Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Marpでスライドテンプレート(3)
Search
YAMADA Nobuko
August 27, 2021
Programming
0
8.6k
Marpでスライドテンプレート(3)
Marpでスライドテンプレート(3)
YAMADA Nobuko
August 27, 2021
Tweet
Share
More Decks by YAMADA Nobuko
See All by YAMADA Nobuko
パッケージ開発論
e99h2121
1
1.9k
ぼくのかんがえたさいきょうの ERP 連携 w/Azure Logic Apps
e99h2121
0
930
社会人 20 年目エンジニア、発信で技術学びなおしてる話
e99h2121
2
400
The Art of Moving
e99h2121
1
140
Marpでスライドテンプレート(1)
e99h2121
0
8.9k
Marpでスライドテンプレート(2)
e99h2121
0
9k
わたしが新人だったころ
e99h2121
0
270
プロジェクト完了報告書テンプレート markdown版
e99h2121
0
4.9k
開発者が考える提案書テンプレート markdown版
e99h2121
1
4.7k
Other Decks in Programming
See All in Programming
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
850
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
430
Leading Effective Engineering Teams in the AI Era
addyosmani
7
450
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
260
CSC509 Lecture 06
javiergs
PRO
0
260
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
410
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
180
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
10
3k
Domain-centric? Why Hexagonal, Onion, and Clean Architecture Are Answers to the Wrong Question
olivergierke
3
900
オープンソースソフトウェアへの解像度🔬
utam0k
16
3k
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
970
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
4
2.2k
Featured
See All Featured
For a Future-Friendly Web
brad_frost
180
10k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Building a Modern Day E-commerce SEO Strategy
aleyda
44
7.8k
Practical Orchestrator
shlominoach
190
11k
Being A Developer After 40
akosma
91
590k
A Tale of Four Properties
chriscoyier
161
23k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
45
2.5k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Transcript
HTMLタグを使いたい場合は、ページ 右肩の真ん中のボタン(Marp のマー クのボタン)を押して、[Open extension settings]を選ぶ。そし て、「Enable HTML」のチェックボ ックスにチェックを入れる。 1
1
文字サイズを変更したいページの冒頭に、以下の内容を入 れる。これで、文字サイズは4倍になる。style scoped を 設定すると、その領域だけにWebページのスタイルが適用 になる。 <style scoped> section {
font-size: 400%; } </style> 2 2
scoped でなければ全ページに適用 3 3
おおお 4 4
かっこいい 5 5