fix: Single quotes can trip Hugo YAML unmarshaler. #62
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.
I believe the Hugo unmarshaler is getting tripped up by mismatched single quotes.
Bad markdown (current)
Notice the single quote in
Emerson Electric's
But running
hugo serve -D
locally didn't yield any errors 🤷🏼. Maybe it has been fixed on newer versions, I havev0.82.0
locally as compared to thev0.81.0
GitHub Action uses to build. I didn't try downgrading my version to match the one we run.Upgrading the Hugo Version would be another improvement we can make for AVD. PR here: #63 – but this can wait and might not be needed to unblock ourselves currently.
Signed-off-by: Simar [email protected]