mirror of
https://github.com/typst/typst
synced 2025-08-03 01:37:54 +08:00
fix: allow breaking spans
This commit is contained in:
parent
7c8a4e4243
commit
7ca8468b16
@ -821,7 +821,7 @@ impl StackEntryKind {
|
||||
TagKind::THead(_) => false,
|
||||
TagKind::TBody(_) => false,
|
||||
TagKind::TFoot(_) => false,
|
||||
TagKind::Span(_) => false,
|
||||
TagKind::Span(_) => true,
|
||||
TagKind::InlineQuote(_) => !is_pdf_ua,
|
||||
TagKind::Note(_) => !is_pdf_ua,
|
||||
TagKind::Reference(_) => !is_pdf_ua,
|
||||
|
Loading…
x
Reference in New Issue
Block a user