Skip to content
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

Ensure that HTML table head doesn't have unnecessary newlines (breaks integration with blastula emailing) #1520

Merged
merged 3 commits into from Jan 3, 2024

Conversation

rich-iannone
Copy link
Member

This fixes an issue where unnecessary newlines in the table head were causing gt tables to not display properly when integrating in a blastula email. The combination of newline with indentation was causing a segment of the raw HTML to be interpreted as text. This fix resolves that and updates all of the snapshot tests.

Fixes: #1506

@rich-iannone rich-iannone merged commit cdcd706 into master Jan 3, 2024
12 checks passed
@rich-iannone rich-iannone deleted the raw-html-col-labels-email-fix branch January 3, 2024 17:12
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.

email output of gt table using blastula has raw html included with formatted table (issue with version 0.9.0+)
1 participant