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.4k
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
890
社会人 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
260
プロジェクト完了報告書テンプレート markdown版
e99h2121
0
4.8k
開発者が考える提案書テンプレート markdown版
e99h2121
1
4.6k
Other Decks in Programming
See All in Programming
Dart 参戦!!静的型付き言語界の隠れた実力者
kno3a87
0
190
JetBrainsのAI機能の紹介 #jjug
yusuke
0
200
なぜあなたのオブザーバビリティ導入は頓挫するのか
ryota_hnk
5
590
管你要 trace 什麼、bpftrace 用下去就對了 — COSCUP 2025
shunghsiyu
0
380
Scale out your Claude Code ~自社専用Agentで10xする開発プロセス~
yukukotani
9
1.9k
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
400
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
3
2.1k
What's new in Adaptive Android development
fornewid
0
140
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
330
Jakarta EE Meets AI
ivargrimstad
0
660
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
1
590
可変性を制する設計: 構造と振る舞いから考える概念モデリングとその実装
a_suenami
10
1.7k
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
760
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Practical Orchestrator
shlominoach
190
11k
Agile that works and the tools we love
rasmusluckow
329
21k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
332
22k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
The Invisible Side of Design
smashingmag
301
51k
Building Applications with DynamoDB
mza
96
6.5k
Speed Design
sergeychernyshev
32
1.1k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
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