Skip to content

Commit b878bd0

Browse files
committed
update export
1 parent b7c4ebb commit b878bd0

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

_posts/basic/2021-04-20-Export.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -190,19 +190,10 @@ You can select `Export` → `PDF` from the preferences panel to config export o
190190

191191
#### Paper Size
192192

193-
Set **paper size** (A4, A5, etc) or **custom size**, and **page margins**.
193+
Set **paper size** (A4, A5, etc) or **custom size**, and **page margins** like below:
194194

195-
Note: on Windows/Linux
195+
<img src="/media/export/Screenshot 2024-12-08 at 10.54.07.png" alt="Screenshot 2024-12-08 at 10.54.07" style="zoom:50%;" />
196196

197-
```css
198-
@media print {
199-
@page {
200-
margin: 27mm 16mm 27mm 16mm;
201-
}
202-
}
203-
```
204-
205-
Will be respected when “*Margin*” is set to default (But please unset margin for `#write` or `body` which may also affect the final output), on macOS, they are ignored.
206197
#### Theme
207198

208199
You could choose another theme applied for exported PDF in preferences panel → Export → PDF. By default, current theme will be used.
Loading

0 commit comments

Comments
 (0)