Skip to content

Ensure that source notes and footnotes are built correctly for interactive HTML tables #1751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

rich-iannone
Copy link
Member

Previously, interactive HTML tables had footnotes and source notes built in the same way as static HTML tables. However, the interactive HTML table is built differently (i.e., primarily uses <div>s, and no table elements) so that approach only half worked.

This PR builds the tags for source notes and footnotes correctly and, in doing so, the *.multiline and *.sep are honored in the rendered table.

Fixes: #1505

@rich-iannone rich-iannone merged commit 2523bb8 into master Jul 5, 2024
12 checks passed
@rich-iannone rich-iannone deleted the interactive-tbl-footnotes-improve branch July 5, 2024 20:54
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.

Footnote don't jump lines in opt_interactive()
1 participant