---
puppeteer:
displayHeaderFooter: true
printBackground: true
margin: {
top: "2cm",
right: "2cm",
bottom: "2cm",
left: "2cm"
}
---
שֹׁ֥חַד לָֽקְחוּ־בָ֖ךְ לְמַ֣עַן שְׁפָךְ־דָּ֑ם נֶ֧שֶׁךְ וְתַרְבִּ֣ית לָקַ֗חַתְּ וַתְּבַצְּעִ֤י רֵעַ֙יִךְ֙ בַּעֹ֔שֶׁק וְאֹתִ֣י שָׁכַ֔חַתְּ נְאֻ֖ם אֲדֹנָ֥י יְהוִֽה׃
### HTML 特殊
靠左對齊
- 靠右對齊
- dscdscdsc
靠左對齊靠右對齊
---
### Ruby
ἀλλὰ ἐβασίλευσεν ὁ θάνατος ἀλλὰ ἐβασίλευσεν ὁ θάνατος ἀλλὰ ἐβασίλευσεν ὁ θάνατος ἀλλὰ ἐβασίλευσεν ὁ θάνατος
---
### px ⇔ pt (Windows)
windows default = 96 DPI
72 pt = 1 inch = 96 px
Points|Pixels
---|---
9pt|12px
10pt|13px
10.5pt|14px
11pt|15px
12pt|16px
13pt|17px
14pt|19px
16pt|22px
18pt|24px
20pt|26px
22pt|29px
24pt|32px
26pt|35px
28pt|37px
30pt|40px
### 特殊符號
用 Windows 鍵 + .
| Unicode | result | UniCode | result |
| ------- | ------ | ------- | ------ |
| U00AB | « | U00BB | » |
| U25C2 | ◂ | U25B8 | ▸ |
| U2190 | ← | U2192 | → |
| U21D2 | ⇒ | U21D0 | ⇐ |
| U2235 | ∵ | U2234 | ∴ |
| U00A7 | § | U2015 | ― |
| U21B5 | ↵ |
### 引用
> 文字下標
a
>> 雙重引用上標
b
---
## 註腳
本文帶註腳
[1](#%5Ea344fd)
註腳[^1]
The PDF link should work[^3]
## References
[^1]: But right now I think they are just colored pieces of text
[^2]: I've only seen this kind of feature work in PDFs created via Acrobat Reader.
[^3]: Should it work? I think yes[^1], unless it needs something proprietary to work[^2]
## 連結
[[
[其他文章連結](IGNT/IGNT-01.md):IGNT/01.md
[其他文章內的段落](IGNT/IGNT-01.md#11-%E4%B8%89%E5%80%8B%E5%8B%95%E8%A9%9E%E8%A7%80%E9%BB%9E-The-Three-Verbal-Aspects):1.1 三個動詞觀點 (The Three Verbal Aspects)
[本文內的段落](#bottom):bottom
[qq](#%5E88f4c1)
## 表格
| Markdown Engine | Align Center | Align right |
| :--------------------------- | :----------: | ----------: |
| *Still* | `renders` | **nicely** |
| 1 | 2 | 3 |
|
item1item2 | 5 | 6 |
## 清單
1. 大點自動編號 (同一段落內)
1. 小點
1. 小小點
1. ssd
1. sddd
1. 小小點
2. sdscsd
2. 小點
3. sdcsdcsd
1. 大點自動編號 (同一段落內)
- 大點
- 小點
- 小小點
- sss
- 小小點
- 小點
- 大點
----
## 可折疊區塊
進階資訊
### Heading
1. A numbered
2. list
* With some
* Sub bullets
------
## 註腳
1 註腳內容 [↵](#a1) 05793f ^a344fd
- [HOME](README.md)
- [回目錄](README.md)
## vscode markdown-to-pdf
```
---
puppeteer:
landscape: false
format: "A4"
displayHeaderFooter: true
margin: {
top: "1.5cm", bottom: "1.5cm", left: "1.5cm", right: "1.5cm"}
headerTemplate: "
中台神學院
"
footerTemplate: "
/
"
printBackground: true
---
```
# GitLab Extension
A footnote reference tag looks like this: [^1]
This reference tag is a mix of letters and numbers. [^footnote-42]
## mermaid diagrams
```mermaid
graph TB
SubGraph1 --> SubGraph1Flow
subgraph "SubGraph 1 Flow"
SubGraph1Flow(SubNode 1)
SubGraph1Flow -- Choice1 --> DoChoice1
SubGraph1Flow -- Choice2 --> DoChoice2
end
subgraph "Main Graph"
Node1[Node 1] --> Node2[Node 2]
Node2 --> SubGraph1[Jump to SubGraph1]
SubGraph1 --> FinalThing[Final Thing]
end
```
```mermaid
gantt
title Adding GANTT diagram to mermaid
section 掃羅
膏抹 (1Sa 9): des1, 2014-01-06,2034-01-08
Active task:des2, 2024-01-09, 2034-01-08
Future task:des3, after des2, 100w
Future task2:des4, after des3, 50w
section 大衛
膏抹 (1Sa 9): des1, 2014-01-06,2034-01-08
Active task:des2, 2024-01-09, 2034-01-08
Future task:des3, after des2, 100w
Future task2:des4, after des3, 50w
```
[^1]: This is the text inside a footnote.
[^footnote-42]: This is another footnote.
## bottom
^88f4c1