jackycute @ 2016 MOPCON
感謝 @clkao 貢獻此麻瓜咒語
jonschlinkert / remarkable
基本上已棄用,markdown-it 的前身
因為 Markdown 是開放格式
所以各自制定的語法有非常多種
目前 CommonMark 為大多數人遵循的標準
多人協作的時候需要將輸入的操作結構化
然後按照順序轉換成相對應的操作並同步
sequenceDiagram
Client A->>Server: O1: Insert[1, 'P', 1]
Client B->>Server: O2: Insert[1, 'A', 1]
Server-->>Client B: O1': Insert[1, 'P', 2]
Server-->>Client A: O2': Insert[2, 'A', 1]
sequenceDiagram
Client A->>Server: O1: Delete[1, 'A', 2]
Client B->>Server: O2: Insert[1, 'P', 3]
Server-->>Client B: O1': Delete[2, 'A', 2]
Server-->>Client A: O2': Insert[1, 'P', 2]
st=>start: 資料存取
e=>end: 刪除暫存
op1=>operation: 暫存資料至記憶體
cond1=>condition: 資料是否被變更?
cond2=>condition: 資料是否逾時未變更?
op2=>operation: 儲存變更資料回資料庫
st->op1->cond1
cond1(yes)->op2->e
cond1(no)->cond2->op1
cond2(yes)->e
cond2(no)->cond1->sub1
@@ -1,5 +1,5 @@
假的
-業障重
+暫時的
@clkao @neil @BlueT @ETblue @EvanWu @yukai @PeterDaveHello @ttcat @BobbyTung @xnum @au @g0v and more…
這份簡報使用 HackMD 製作
https://hackmd.io/p/Bk9X2eJT
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