hackmd 簡介 === [TOC] ## 李丁帥好帥 :+1::+1::+1::+1::+1: :::warning |[**李丁帥**](https://www.facebook.com/profile.php?id=100002895282729)**<-歡迎點入**| |:-:| :::success :::info :::danger  ::: ## 基本排版 ### 粗體、斜體、刪除線 Lorem *ipsum* **粗體Line** ~刪除線~~~~ strike through~~ ### 列表 * Item1 * Item2 * Item3 * Subitem3.1 * Subitem3.2 * subsubitem3.2.1 1. 第一項 2. 第二項 1. test 1 2. test2 3. 第三項 - [x] 待辦事項一 - [ ] 待辦事項二 - [ ] 待辦事項三 - [ ] 待辦事項四 ## 原始碼的顯示 連結的部分可以直接貼上網址,或是用```[描述](URL)``` https://hackmd.io [這個網址的描述:Google](https://www.google.com.tw) 如果用``` `````` ``` 包起來的就是原始碼,後面可以接語言名稱,像是 python, r, ruby, java, c, etc. ```python= import PyQt import math def function(x,y): a = x + 1 b = y * a print([a,b]) ``` ```shell= #!/usr/bin/env sh echo "Hello World!" ``` ```r= library(data.table) someDT <- data.table::fread('/path/to/a/file') ``` ## 表的範例 | column1 | column2 | column3 | | ------- | ------- | ------- | | 11 | 12 | 13 | | 21 | 22 | 23 | | 31 | 32 | 33 | 排版對齊 | column1 | column2 | column3 | | ------: | ------: | :-----: | | 11 | 12 | 13 | | 21 | 22 | 23 | | 31 | 32 | 33 | ## 數學符號 $$ \int x dx $$ 另外一個 $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a}. $$ $$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. $$ 可參考[jserv 系統程式設計的 樹](https://hackmd.io/@sysprog/B1RwlM85Z?type=view#LaTex-排版) ## 圖的範例  圖說、某椿象寶寶! ## 影片範例 {%youtube WmJDTekf3S4 %} youtube影片嵌入 ###### tags: `example`, `markdown`
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.