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
Markdown
Search
guhuina
July 16, 2014
Technology
1
230
Markdown
Share the Markdown
guhuina
July 16, 2014
Tweet
Share
Other Decks in Technology
See All in Technology
2時間で300+テーブルをデータ基盤に連携するためのAI活用 / FukuokaDataEngineer
sansan_randd
0
140
隙間時間で爆速開発! Claude Code × Vibe Coding で作るマニュアル自動生成サービス
akitomonam
3
250
Google Agentspaceを実際に導入した効果と今後の展望
mixi_engineers
PRO
3
370
GMOペパボのデータ基盤とデータ活用の現在地 / Current State of GMO Pepabo's Data Infrastructure and Data Utilization
zaimy
3
210
2025新卒研修・HTML/CSS #弁護士ドットコム
bengo4com
3
13k
データ基盤の管理者からGoogle Cloud全体の管理者になっていた話
zozotech
PRO
0
410
製造業の課題解決に向けた機械学習の活用と、製造業特化LLM開発への挑戦
knt44kw
0
160
【CEDEC2025】ブランド力アップのためのコンテンツマーケティング~ゲーム会社における情報資産の活かし方~
cygames
PRO
0
250
Amazon S3 Vectorsは大規模ベクトル検索を低コスト化するサーバーレスなベクトルデータベースだ #jawsugsaga / S3 Vectors As A Serverless Vector Database
quiver
0
120
Unson OS|48時間で「売れるか」を判定する AI 市場検証プラットフォーム
unson
0
180
Intro to Software Startups: Spring 2025
arnabdotorg
0
210
Jamf Connect ZTNAとMDMで実現! 金融ベンチャーにおける「デバイストラスト」実例と軌跡 / Kyash Device Trust
rela1470
0
170
Featured
See All Featured
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
We Have a Design System, Now What?
morganepeng
53
7.7k
Code Review Best Practice
trishagee
69
19k
The Invisible Side of Design
smashingmag
301
51k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
1k
Agile that works and the tools we love
rasmusluckow
329
21k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
430
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
GitHub's CSS Performance
jonrohan
1031
460k
Transcript
Markdown 为写作⽽而⽣生, 让我们不再忧虑排版, 只专注写作
Agenda 什么是 Markdown 为什么你需要知道 Markdown 更多 Markdown 的应⽤用 Markdown 语法简介
利⽤用 markdown 和 github 搭建博客 Markdown ⼯工具
什么是 Markdown?
创建于 2004 by John Gruber , ⺫⽬目标是 easy-to-read, easy-to-write Markdown
是⼀一种⽤用来写作的轻量级「标记语⾔言」 Markdown 也指的是⽤用来转换 Markdown 语法⽂文本为 HTML 输出的⼯工具 语法简单, 易学性强, 专注你的⽂文字内容⽽而不是排版样式 可读性⾼高, 直观 轻松的导出 HTML、PDF 和本⾝身的 .md ⽂文件 纯⽂文本内容,兼容所有的⽂文本编辑器与字处理软件。
为什么需要知道 Markdown?
作为 21 世纪有伟⼤大梦想的程序猿 Markdown 你都不知道??
为什么需要知道 Markdown Github 使⽤用 Markdown 作为默认的项⺫⽬目说明⽂文件 语法, readme.md, README.MD, README…
Stackoverflow 使⽤用 Markdown 作为做为富⽂文本编 辑器的替代品. 技术书籍出版商 Learnpub ⽀支持使⽤用 markdown 来 写书 Markdown 让你更开⼼心的写作.
Markdown is the future.
更多 Markdown 的应⽤用 利⽤用各种 Markdown 编辑利器书写 blog Markdown 写个⼈人简历 Markdown
写邮件 记笔记, 写作业 写书, 多⼈人协同写作.
写书, 多⼈人协同写作.
《Go Web 编程》 利⽤用 Github 和 markdown 来写书. 纯⽂文本, 利⽤用
Github 的 pull request 和 issue 功能和读者交互. https://github.com/astaxie/ build-web-application-with-golang
The Swift Programming Language 中⽂文版 利⽤用 Github 和 Markdown. 9天时间,超过30⼈人参与翻译和
校对⼯工作。 ⼤大规模多⼈人协同写作的⼀一⼤大案例. ! https://github.com/numbbbbb/the-swift- programming-language-in-chinese
Markdown 语法⼤大纲 标题 列表 引⽤用 图⽚片与链接 粗体与斜体 表格 代码框 分割线
Markdown 语法(标题) # ⼀一级标题 ## ⼆二级标题 ### 三级标题 #### 三级标题
Markdown 语法(列表) ⽆无序 * 1 * 2 * 3 *
4 有序 1. 1 2. 2 3. 3 4. 4
Markdown 语法(引⽤用) > 这种尖括号
Markdown 语法(图⽚片与链接) 图⽚片为:![]() 链接为:[]() #### 插⼊入链接 [Baidu](http://baidu.com) #### 插⼊入图⽚片 
Markdown 语法(粗体与斜体) **这⾥里是粗体** *斜体*
Markdown 语法(表格) | T ables | Are | Cool |
| ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 |
Markdown 语法(代码) 两个 ` 把中间的代码包裹起来 使⽤用 tab 键即可缩进。
Markdown 语法(分割线) 分割线的语法只需要三个 * 号
⽤用 Markdown写博客 利⽤用各种 Markdown 编辑利器书写 blog 将 Markdown 写的 blog
导出为 HTML; ⽤用编辑器打开 HTML ⽂文件,拷⻉贝其中 <body></ body> 两个标签中的源代码到后台编辑器,打开 源码格式,粘贴进去即可。 成熟的博客⼯工具有 Jekyll , Octopress 等… ⼀一堆⾃自 动化⼯工具, 请⾃自⾏行搜索, 这⾥里不⼀一⼀一叙述.
Markdown⼯工具 在 Mac OS X 上有MOU和MacDown⽐比较推荐 Windows:MarkdownPad,需要安装 Microsoft .NET Framework
4.0 Linux:ReT ext,Ubuntu 安裝⽅方法参考这⾥里 ⺴⽹网⻚页版:Dillinger via Lucifr
The End Thanks for your time.