diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-09-17 17:54:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-17 15:54:15 +0000 |
| commit | 92ec56601831b9c454dbeaf28dba84e2769c7726 (patch) | |
| tree | 45f52431a78b69b74dc7fefe3cbe251c518efc69 /tests | |
| parent | ab8295c07dd1883f9c19d3e075e7a4971fec0de0 (diff) | |
Fix tags at the start of paragraphs (#4978)
Co-authored-by: Martin Haug <mhaug@live.de>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/suite/model/par.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/suite/model/par.typ b/tests/suite/model/par.typ index 7a5a37f5..f62c0dca 100644 --- a/tests/suite/model/par.typ +++ b/tests/suite/model/par.typ @@ -101,3 +101,8 @@ Lorem ipsum dolor #metadata(none) nonumy eirmod tempor. --- issue-4938-par-bad-ratio --- #set par(justify: true) #box($k in NN_0$) + +--- issue-4770-par-tag-at-start --- +#h(0pt) #box[] <a> + +#context test(query(<a>).len(), 1) |
