or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Markdown
文件標記語言簡介
https://hackmd.io/@ntouind/markdown-basics
海洋大學網路發展協會
http://ind.ntou.edu.tw
這是一個基於 Markdown 的 HackMD 簡報
點此查看本簡報的來源碼
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →本作品以
《Creative Commons 姓名標示-相同方式分享》
授權條款 4.0 國際版釋出
供大眾於授權範圍內自由使用本作品
Markdown 的特色
Markdown Features
支援 Markdown 的編輯器
族繁不及備載
Web 應用
本地端應用
標題
Headings
ATX 風格標題標記
第一階標題
第二階標題
第六階標題(行尾的井號僅有美觀效果不會出現在轉換結果中)
Setext 風格標題標記
第一階標題
第二階標題
此風格僅支援這兩種標題
一般文字
Regular text
不需要任何語法,直接輸入即可
換行
Line breaks
行尾加上兩空白字元就能換行
第一行
第二行
段落
Paragraphs
這是第一段的內容。
間隔一空行的內容會自動呈現為第二段。
第三段,留意段落之間的留白並非為空行所構成。
超連結
Hyperlinks
Google 搜尋引擎
https://google.com
插入圖片
Image insertion
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →清單
Lists
無序清單
Unordered list
有序清單
Ordered list
清單與非清單內容間須額外留一空行
這是等一下要採購的東西:
記得要拿發票
區塊引言
Blockquotes
我覺得可以
預格式化文字
Pre-formatted text
水平線
Horizontal line
就會呈現為一水平線↑
強調
Emphasis
這段文字呈現為粗體
這段文字呈現為斜體
這段文字呈現為粗斜體
第三方擴充語法
Third-party syntax extensions
這些語法並非在 Markdown 標記語言中,是否支援視各應用實作而定
刪除線
Strikethrough text
GitHub Flavored Markdown 擴充語法
在套用的內容兩側加上兩個波浪號即可套用
刪除線插入表格
Table insertion
GitHub Flavored Markdown 擴充語法
插入表格
Table insertion
GitHub Flavored Markdown 擴充語法
插入表格
Table insertion
GitHub Flavored Markdown 擴充語法
插入表格
Table insertion
GitHub Flavored Markdown 擴充語法
工作清單
Task list
GitHub Flavored Markdown 擴充語法
LaTeX 數學 / 科學公式輸入
部份 Markdown 應用支援
\[ F_e = \frac{1}{4 \pi \epsilon_0} \frac{q_1 q_2}{r^2} \]
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →程式碼語法色彩突顯
Syntax highlighting
參考資料
References
Markdown 發明者的說明文件
Markdown 說明文件的非官方台灣中文翻譯
定義更精確的第三方Markdown規範