Skip to content

Commit 1c68c2a

Browse files
authored
Remove obsolete workaround, Typst now supports first-line-ident for every paragraph (#22)
1 parent a01f7cb commit 1c68c2a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

data/page-geometry/typst.typ

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
margin: 1cm,
44
)
55
#set par(
6-
first-line-indent: 1cm,
6+
first-line-indent: (amount: 1cm, all: true),
77
justify: true,
88
)
9-
// Note the manual glue node here is a hack around first
10-
// paragraph in block not respecting first-line-indent:
11-
// https://github.com/typst/typst/issues/311
12-
#h(1cm)An A7 page with 1cm margins and 1cm paragraph indentation.
9+
10+
An A7 page with 1cm margins and 1cm paragraph indentation.

0 commit comments

Comments
 (0)