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.3k
Marpでスライドテンプレート(3)
Marpでスライドテンプレート(3)
YAMADA Nobuko
August 27, 2021
Tweet
Share
More Decks by YAMADA Nobuko
See All by YAMADA Nobuko
パッケージ開発論
e99h2121
1
1.8k
ぼくのかんがえたさいきょうの ERP 連携 w/Azure Logic Apps
e99h2121
0
870
社会人 20 年目エンジニア、発信で技術学びなおしてる話
e99h2121
2
380
The Art of Moving
e99h2121
1
130
Marpでスライドテンプレート(1)
e99h2121
0
8.5k
Marpでスライドテンプレート(2)
e99h2121
0
8.6k
わたしが新人だったころ
e99h2121
0
260
プロジェクト完了報告書テンプレート markdown版
e99h2121
0
4.8k
開発者が考える提案書テンプレート markdown版
e99h2121
1
4.6k
Other Decks in Programming
See All in Programming
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
870
レベル1の開発生産性向上に取り組む − 日々の作業の効率化・自動化を通じた改善活動
kesoji
0
270
#QiitaBash MCPのセキュリティ
ryosukedtomita
1
1.5k
Deep Dive into ~/.claude/projects
hiragram
14
11k
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
220
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
460
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
15
5.3k
ご注文の差分はこちらですか? 〜 AWS CDK のいろいろな差分検出と安全なデプロイ
konokenj
3
470
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
180
効率的な開発手段として VRTを活用する
ishkawa
0
150
The Niche of CDK Grant オブジェクトって何者?/the-niche-of-cdk-what-isgrant-object
hassaku63
1
500
VS Code Update for GitHub Copilot
74th
2
670
Featured
See All Featured
Designing for Performance
lara
610
69k
What's in a price? How to price your products and services
michaelherold
246
12k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Optimizing for Happiness
mojombo
379
70k
A Tale of Four Properties
chriscoyier
160
23k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Rails Girls Zürich Keynote
gr2m
95
14k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Become a Pro
speakerdeck
PRO
29
5.4k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
We Have a Design System, Now What?
morganepeng
53
7.7k
Raft: Consensus for Rubyists
vanstee
140
7k
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