Skip to content

Add blog post#286

Draft
ivelasq wants to merge 6 commits into
mainfrom
polars-libraries-blog-post
Draft

Add blog post#286
ivelasq wants to merge 6 commits into
mainfrom
polars-libraries-blog-post

Conversation

@ivelasq
Copy link
Copy Markdown
Collaborator

@ivelasq ivelasq commented May 28, 2026

No description provided.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 28, 2026

Deploy Preview for posit-open-source canceled.

Name Link
🔨 Latest commit f6dca21
🔍 Latest deploy log https://app.netlify.com/projects/posit-open-source/deploys/6a19da6c9397cc0008716ddc

@github-actions
Copy link
Copy Markdown

Publishing checklist

  • Get a review — request at least one reviewer on this PR
  • Check your post — once the deploy preview is ready, a comment will appear with direct links to your post
  • Check the blog listing — confirm your post appears with the correct title, image, and description
  • Merge — once everything looks good and you have an approving review, merge to main

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 28, 2026

@ivelasq ivelasq marked this pull request as draft May 28, 2026 19:23
@ivelasq
Copy link
Copy Markdown
Collaborator Author

ivelasq commented May 28, 2026

@cwickham Could you please let me know if there is something special that I need to do for the Pointblank table to appear correctly, like in your imported posts? Appreciate any guidance!

@cwickham
Copy link
Copy Markdown
Collaborator

@ivelasq It's actually not unique to your post, e.g. see the table in https://opensource.posit.co/blog/2025-04-04_intro-pointblank/#the-data-validation-workflow 😬 I'm investigating...

@ivelasq
Copy link
Copy Markdown
Collaborator Author

ivelasq commented May 29, 2026

@cwickham ahh, thank you!! I'll sit tight.

cwickham added 2 commits May 29, 2026 11:24
The pointblank validation table in the post was rendering as broken HTML
in Hugo because the wrapper <div> contains blank lines that close
Goldmark's HTML block parsing mid-table. The strip-html-blank-lines
Quarto filter (added in #287) collapses those blank lines before Hugo
sees the output. Opt this post in via its frontmatter and re-render.
@github-actions
Copy link
Copy Markdown

Blog YAML Checks

content/blog/libraries-for-python-polars/index.md

  • ⚠️ date is in the past (2026-05-28). Post will publish immediately on merge.

Summary: 1 files checked, 1 warnings

@github-actions
Copy link
Copy Markdown

@cwickham
Copy link
Copy Markdown
Collaborator

@ivelasq Fixed! It was blank lines in Pointblank's output that was confusing Hugo's renderer. I added a filter (merged on main) and explicitly used it in the header of index.qmd:

filters:
  - strip-html-blank-lines

I did re-render, so double-check the outputs are what you expect.

@ivelasq
Copy link
Copy Markdown
Collaborator Author

ivelasq commented May 29, 2026

@cwickham thank you so much! Looks perfect!

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.

2 participants