-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.qmd
56 lines (48 loc) · 783 Bytes
/
example.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: "Div Reuse Quarto Extension"
filters:
- div-reuse
format:
html:
output-file: index
code-tools: true
typst:
output-file: div-reuse-typst
papersize: a4
margin:
x: 2.5cm
y: 2.5cm
pdf:
output-file: div-reuse-latex
papersize: a4
margin:
x: 2.5cm
y: 2.5cm
docx:
output-file: div-reuse-docx
revealjs:
output-file: div-reuse-revealjs
beamer:
output-file: div-reuse-beamer
aspectratio: 169
pptx:
output-file: div-reuse-pptx
format-links: true
embed-resources: true
execute:
echo: true
---
## Section 1
::: {reuse="lipsum"}
:::
## Section 2
::: {#placeholder}

:::
## Section 3
::: {reuse="placeholder"}
:::
## Section 4
::: {#lipsum}
{{< lipsum 1 >}}
:::