fix: allow breaking spans

This commit is contained in:
Tobias Schmitz 2025-07-30 16:24:03 +02:00
parent 7c8a4e4243
commit 7ca8468b16
No known key found for this signature in database

View File

@ -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,