筆記格式紀錄

筆記格式紀錄

白龍 Lv3

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
1
2
3
4
5
6
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6

Bold Text
Italic Text
Bold and Italic Text
Strikethrough

1
2
3
4
**Bold Text**
*Italic Text*
***Bold and Italic Text***
~~Strikethrough~~

werwerwer
werwer


This is a blockquote.
It can span multiple lines.

1
2
> This is a blockquote.
> It can span multiple lines.

  1. First ordered list item
  2. Second item
  3. Third item
    • Nested unordered list
    • Another nested item
1
2
3
4
5
1. First ordered list item
2. Second item
3. Third item
- Nested unordered list
- Another nested item

  • Unordered list item
  • Another item
    • Sub-item
    • Another sub-item
1
2
3
4
- Unordered list item
- Another item
- Sub-item
- Another sub-item

Link to OpenAI

Image Alt Text

1
2
3
[Link to OpenAI](https://openai.com)

![Image Alt Text](https://cloud.dragoncode.dev/f/RDF5/ComfyUI_00053_.png)

Inline code snippet

1
`Inline code snippet`
1
2
3
const helo = "hello"
const wold = "world"
console.log(helo + " " + wold)

Column 1 Column 2 Column 3
Row 1 Data 1 Data 2
Row 2 Data 3 Data 4
1
2
3
4
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Row 1 | Data 1 | Data 2 |
| Row 2 | Data 3 | Data 4 |

客製化語法區域


Unchecked Task
Checked Task
🟦 Fixing
🟨 Working

1
2
3
4
- [ ] Unchecked Task
- [x] Checked Task
- [_] Fixing
- [-] Working

補充

補充欄位

資訊

資訊欄位

成功

成功欄位

警告

警告欄位

錯誤

危險欄位

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
:::(note)[補充]
補充欄位
:::

:::(info)[資訊]
資訊欄位
:::

:::(success)[成功]
成功欄位
:::

:::(warn)[警告]
警告欄位
:::

:::(danger)[錯誤]
危險欄位
:::

1
2
3
4
5
6
7
8
9
10
11
12
13
werwer
wer
wer
wer
wer
wer

[[Nav Id Here]]
[nav1]
sometext
[nav2]
sometext
[[end]]

this is folding

this work perfect <3

this is folding

this work perfect <3

this is folding

this work perfect <3

this is folding

this work perfect <3

this is folding

1
2
3
const helo = "hello"
const wold = "world"
console.log(helo + " " + wold)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
>[info] this is folding
this work perfect <3
<<<

>[note] this is folding
this work perfect <3
<<<

>[danger] this is folding
this work perfect <3
<<<

>[success] this is folding
this work perfect <3
<<<

>[warn] this is folding
this work perfect <3
<<<

# this is comment

1
# this is comment

this is hidden text just like in Discord

%%
1
Hidden Text

testing if this work

hope this work :D