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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
guhuina
July 16, 2014
Technology
1
260
Markdown
Share the Markdown
guhuina
July 16, 2014
Tweet
Share
Other Decks in Technology
See All in Technology
Kubernetes環境周りの責任範囲をいい機会なので考える / Taking the Opportunity to Clarify Kubernetes Responsibilities
kohbis
1
110
もう怖くないバックグラウンド処理 Background Tasks のすべて - Hakodate.swift #1
kantacky
0
110
Goで実現する堅牢なアーキテクチャ:DDD、gRPC-connect、そしてAI協調開発の実践
fujidomoe
3
620
AWS Bedrock Guardrails / 機密情報の入力・出力をブロックする — Blocking Sensitive Information Input/Output
kazuhitonakayama
2
170
AI活用を"目的"にしたら、データの本質が見えてきた - Snowflake Intelligence実験記 / chasing-ai-finding-data
pei0804
0
430
生成AI活用によるPRレビュー改善の歩み
lycorptech_jp
PRO
2
940
20260222ねこIoTLT ねこIoTLTをふりかえる
poropinai1966
0
200
Agentic Codingの実践とチームで導入するための工夫
lycorptech_jp
PRO
0
140
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
15
94k
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
4
1.5k
あすけん_Developers_Summit_2026_-_Vibe_Coding起点での新機能開発で__あすけん_が乗り越えた壁.pdf
iwahiro
0
730
バイブコーディングで作ったものを紹介
tatsuya1970
0
180
Featured
See All Featured
[SF Ruby Conf 2025] Rails X
palkan
2
790
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Side Projects
sachag
455
43k
RailsConf 2023
tenderlove
30
1.4k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
830
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
160
The World Runs on Bad Software
bkeepers
PRO
72
12k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
270
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
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.