blob: 12a5ff8b5ac9959f8201e9af42c089e96bf4d00b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
// A file to import in import / include tests.
// Ref: false
#let a
#let b = 1
#let c = 2
#let d = 3
#let value = [hi]
#let item(a, b) = a + b
#let fn(body) = rect(fill: conifer, pad(5pt, body))
Some _includable_ text.
|