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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
YAMADA Nobuko
August 27, 2021
Programming
0
8.9k
Marpでスライドテンプレート(3)
Marpでスライドテンプレート(3)
YAMADA Nobuko
August 27, 2021
Tweet
Share
More Decks by YAMADA Nobuko
See All by YAMADA Nobuko
The Engineer with a Three-Year Cycle - 2
e99h2121
0
340
The Engineer with a Three-Year Cycle
e99h2121
0
180
パッケージ開発論
e99h2121
1
2k
ぼくのかんがえたさいきょうの ERP 連携 w/Azure Logic Apps
e99h2121
0
1k
社会人 20 年目エンジニア、発信で技術学びなおしてる話
e99h2121
2
420
The Art of Moving
e99h2121
2
170
Marpでスライドテンプレート(1)
e99h2121
0
9.2k
Marpでスライドテンプレート(2)
e99h2121
0
9.3k
わたしが新人だったころ
e99h2121
0
300
Other Decks in Programming
See All in Programming
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
160
AIに仕事を丸投げしたら、本当に楽になれるのか
dip_tech
PRO
0
180
JPUG勉強会 OSSデータベースの内部構造を理解しよう
oga5
2
230
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
200
浮動小数の比較について
kishikawakatsumi
0
380
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
370
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
130
CSC307 Lecture 13
javiergs
PRO
0
310
NOT A HOTEL - 建築や人と融合し、自由を創り出すソフトウェア
not_a_hokuts
2
560
CSC307 Lecture 15
javiergs
PRO
0
220
どんと来い、データベース信頼性エンジニアリング / Introduction to DBRE
nnaka2992
1
130
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
14
7.9k
Featured
See All Featured
Deep Space Network (abreviated)
tonyrice
0
86
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Navigating Weather and Climate Data
rabernat
0
130
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
190
The World Runs on Bad Software
bkeepers
PRO
72
12k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
370
The Curious Case for Waylosing
cassininazir
0
260
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
280
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.8k
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
99
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