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.5k
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
910
社会人 20 年目エンジニア、発信で技術学びなおしてる話
e99h2121
2
390
The Art of Moving
e99h2121
1
140
Marpでスライドテンプレート(1)
e99h2121
0
8.7k
Marpでスライドテンプレート(2)
e99h2121
0
8.8k
わたしが新人だったころ
e99h2121
0
270
プロジェクト完了報告書テンプレート markdown版
e99h2121
0
4.8k
開発者が考える提案書テンプレート markdown版
e99h2121
1
4.6k
Other Decks in Programming
See All in Programming
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
1
2.2k
MLH State of the League: 2026 Season
theycallmeswift
0
160
「リーダーは意思決定する人」って本当?~ 学びを現場で活かす、リーダー4ヶ月目の試行錯誤 ~
marina1017
0
240
Scale out your Claude Code ~自社専用Agentで10xする開発プロセス~
yukukotani
9
2.6k
🔨 小さなビルドシステムを作る
momeemt
2
570
Google I/O recap web編 大分Web祭り2025
kponda
0
2.9k
AIでLINEスタンプを作ってみた
eycjur
1
210
ワープロって実は計算機で
pepepper
2
1.4k
パッケージ設計の黒魔術/Kyoto.go#63
lufia
1
130
The State of Fluid (2025)
s2b
0
200
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
160
エンジニアのための”最低限いい感じ”デザイン入門
shunshobon
0
130
Featured
See All Featured
Facilitating Awesome Meetings
lara
55
6.5k
Done Done
chrislema
185
16k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Navigating Team Friction
lara
189
15k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Into the Great Unknown - MozCon
thekraken
40
2k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
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