diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-01-23 23:18:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 22:18:02 +0000 |
| commit | cd044825fcb1651781f1dbcafac4dec8b216e370 (patch) | |
| tree | 8d721ce7ce519fb6d9cb87c3adedc857236de450 /tests/suite | |
| parent | 6fe1e20afb9e2fb276242613121206b0001cce82 (diff) | |
Handle boxes and blocks a bit better in HTML export (#5744)
Co-authored-by: Martin Haug <3874949+reknih@users.noreply.github.com>
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/layout/container.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/suite/layout/container.typ b/tests/suite/layout/container.typ index bb53a041..f15ddfe4 100644 --- a/tests/suite/layout/container.typ +++ b/tests/suite/layout/container.typ @@ -264,6 +264,13 @@ First! image("/assets/images/rhino.png", width: 30pt) ) +--- box-html html --- +Text #box[Span]. + +--- block-html html --- +Paragraph +#block[Div] + --- container-layoutable-child --- // Test box/block sizing with directly layoutable child. // |
