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
md
Search
kristian
May 07, 2012
Programming
2
98
md
An in-house presentation for Red Sashimi.
kristian
May 07, 2012
Tweet
Share
Other Decks in Programming
See All in Programming
検索機能リプレイスを4ヶ月→2ヶ月に! AI Agentで実現した2倍速リプレイス
fuuki12
4
810
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
630
SpecKitでどこまでできる? コストはどれくらい?
leveragestech
0
260
CSC305 Lecture 01
javiergs
PRO
1
380
AIエージェント時代における TypeScriptスキーマ駆動開発の新たな役割
bicstone
4
1.1k
議事録の要点整理を自動化! サーバレス Bot 構築術
penpeen
3
1.6k
どの様にAIエージェントと 協業すべきだったのか?
takefumiyoshii
1
390
CSC509 Lecture 03
javiergs
PRO
0
270
Repenser les filtres API Platform: une nouvelle syntaxe
vinceamstoutz
2
140
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
910
WebエンジニアがSwiftをブラウザで動かすプレイグラウンドを作ってみた
ohmori_yusuke
0
160
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
7
1.2k
Featured
See All Featured
Done Done
chrislema
185
16k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
950
The Cost Of JavaScript in 2023
addyosmani
53
9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
Site-Speed That Sticks
csswizardry
10
860
Balancing Empowerment & Direction
lara
4
660
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
GraphQLとの向き合い方2022年版
quramy
49
14k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Code Reviewing Like a Champion
maltzj
525
40k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Transcript
Monday, May 7, 12
@imkmf Monday, May 7, 12
Markdown • Text to HTML • Tool of choice for
bloggers, programmer documentation Monday, May 7, 12
The Basics Monday, May 7, 12
Headers <h1>, <h2>, <h3> # This is my h1 ##
This is my h2 ### This is my h3 Monday, May 7, 12
Bonus round! Another h1 ======== Another h2 ------------- Monday, May
7, 12
Text formatting Paragraphs are automatically generated. <p>, <b>, <i> Monday,
May 7, 12
**This is my bold** __This is my other bold__ *This
is my italic* _This is my other italic_ Monday, May 7, 12
Lists - Begin my list - Continue my list -
End my list Monday, May 7, 12
Quote me! > People with tiny glasses and costly shoes
can always find a couple of hours to explain how you did it all wrong. >> Merlin Mann Monday, May 7, 12
Linking <a href>, <img> Killer app of Markdown! Monday, May
7, 12
Linking [This is my link](http:// google.com) This is my link
Monday, May 7, 12
 This is my link
Monday, May 7, 12
The extras Monday, May 7, 12
Code <pre> puts “This is my code” (four spaces) `cd
~/Dropbox/Code` (backticks) Monday, May 7, 12
More? Monday, May 7, 12
Thanks, Gruber [Markdown Syntax](http:// daringfireball.net/projects/ markdown) Monday, May 7, 12
Real Examples • Byword app • Most blogging platforms •
Github readmes • If your repo isn’t using markdown, fix it! • (`git mv README.* README.md`) Monday, May 7, 12
Thanks! (speakerdeck.com/u/kristian/p/md) Monday, May 7, 12