Skip to content

fix: prevent multiple use of <tfoot> tags in HTML-rendered tables - #2025

Merged
rich-iannone merged 5 commits into
masterfrom
fix-prevent-double-tfoot
Aug 26, 2025
Merged

fix: prevent multiple use of <tfoot> tags in HTML-rendered tables#2025
rich-iannone merged 5 commits into
masterfrom
fix-prevent-double-tfoot

Conversation

@rich-iannone

Copy link
Copy Markdown
Member

This PR ensures that any mix of footnotes and/or source notes will be unified within a single <tfoot> when rendered to HTML.
This solves the issue where multiple <tfoot> elements would not pass W3C HTML validation and thus cannot be parsed by Pandoc).

Fixes: #1296

@rich-iannone
rich-iannone merged commit acebc55 into master Aug 26, 2025
12 checks passed
@rich-iannone
rich-iannone deleted the fix-prevent-double-tfoot branch August 26, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using tab_source_note and tab_footnote together in quarto distorts table

1 participant