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
920
社会人 20 年目エンジニア、発信で技術学びなおしてる話
e99h2121
2
400
The Art of Moving
e99h2121
1
140
Marpでスライドテンプレート(1)
e99h2121
0
8.8k
Marpでスライドテンプレート(2)
e99h2121
0
8.9k
わたしが新人だったころ
e99h2121
0
270
プロジェクト完了報告書テンプレート markdown版
e99h2121
0
4.9k
開発者が考える提案書テンプレート markdown版
e99h2121
1
4.6k
Other Decks in Programming
See All in Programming
ソフトウェアテスト徹底指南書の紹介
goyoki
1
150
Testing Trophyは叫ばない
toms74209200
0
870
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.3k
Swift Updates - Learn Languages 2025
koher
2
470
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.4k
Putting The Genie in the Bottle - A Crash Course on running LLMs on Android
iurysza
0
140
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2.2k
ユーザーも開発者も悩ませない TV アプリ開発 ~Compose の内部実装から学ぶフォーカス制御~
taked137
0
170
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
1k
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
270
print("Hello, World")
eddie
2
530
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
510
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
How to Ace a Technical Interview
jacobian
279
23k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Done Done
chrislema
185
16k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Being A Developer After 40
akosma
90
590k
A designer walks into a library…
pauljervisheath
207
24k
Speed Design
sergeychernyshev
32
1.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
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