We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01f7cb commit 1c68c2aCopy full SHA for 1c68c2a
data/page-geometry/typst.typ
@@ -3,10 +3,8 @@
3
margin: 1cm,
4
)
5
#set par(
6
- first-line-indent: 1cm,
+ first-line-indent: (amount: 1cm, all: true),
7
justify: true,
8
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.
+
+An A7 page with 1cm margins and 1cm paragraph indentation.
0 commit comments