markdown語法介紹
標題
# 第一階
## 第二階
### 第三階
#### 第四階
##### 第五階
###### 第六階
項目符號 & 編號
待辦事項
引用
> aaaa
字體
**AAA** 粗體
*AAA* 斜體
~~AAA~~ 刪除線
19^th^ 上標
H~2~O 下標
++AAA++ 底線
==AAA== 標記文字
<font color="blue">要變藍色的文字放這裡</font>
換行
超連結
[顯示文字](連結網址)
[yahoo](http://tw.yahoo.com)
顯示圖片


 自訂圖片大小
 自訂圖片大小
顯示程式碼
```python=
import os
print("hello")
``` `
表情圖案
:smile:
Image Not Showing
Possible Reasons
- 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 →
表情圖案列表
嵌入媒體
youtube:
{%youtube QC1yP4QrsyA %}
vimeo:
{%vimeo 124148255 %}
pdf:
{%pdf https://www.cca.edu/sites/default/files/pdf/08/word-to-pdf.pdf %}
區塊
:::success
:::
:::info
:::
:::warning
:::
:::danger
:::
註解
This is [an example][id] reference-style link.
[id]: http://example.com/ "Optional Title Here"
表格
| 姓名 | 地址 |
| ------------- | ------------- |
| 曉明 | aaaaaaaaaaaaa |
| 阿志 | bbbbbb |
| 姓名 | 地址 |
| -------------: | :-------------: |
| 曉明 | aaaaaaaaaaaaa |
| 陳阿志 | bbbbbb |
外加圖示
fontawesome
<i class="fa fa-free-code-camp" aria-hidden="true"></i>
markdown to pdf
- 點「發表」
- 按「ctrl-P」
- 在目的點「變更」,點「另存為PDF」
- 點「儲存」
- 存到你想放的位置
標籤
tags:
功能
酷
更新
畫圖
Sequence
Flowchart
Mermaid
Flowchart
Gantt
參考
hackmd.io 語法介紹
markdown 與法介紹
flowchart官網
Draw Diagrams With Markdown
mermaid