Add blog post#286
Draft
ivelasq wants to merge 6 commits into
Draft
Conversation
✅ Deploy Preview for posit-open-source canceled.
|
Publishing checklist
|
Collaborator
Author
|
@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! |
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... |
Collaborator
Author
|
@cwickham ahh, thank you!! I'll sit tight. |
7 tasks
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.
Blog YAML Checks
|
Collaborator
|
@ivelasq Fixed! It was blank lines in Pointblank's output that was confusing Hugo's renderer. I added a filter (merged on filters:
- strip-html-blank-linesI did re-render, so double-check the outputs are what you expect. |
Collaborator
Author
|
@cwickham thank you so much! Looks perfect! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.