diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/layout/block-spacing.png | bin | 0 -> 1868 bytes | |||
| -rw-r--r-- | tests/typ/layout/block-spacing.typ | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/layout/block-spacing.png b/tests/ref/layout/block-spacing.png Binary files differnew file mode 100644 index 00000000..d73abac0 --- /dev/null +++ b/tests/ref/layout/block-spacing.png diff --git a/tests/typ/layout/block-spacing.typ b/tests/typ/layout/block-spacing.typ new file mode 100644 index 00000000..2c636676 --- /dev/null +++ b/tests/typ/layout/block-spacing.typ @@ -0,0 +1,9 @@ +// Test block spacing. + +--- +#set block(spacing: 10pt) +Hello + +There + +#block(spacing: 20pt)[Further down] |
