-
Notifications
You must be signed in to change notification settings - Fork 250
Closed
Labels
area/siteIssues and feature enhancement requests for pulumi.com/docs.Issues and feature enhancement requests for pulumi.com/docs.kind/engineeringWork that is not visible to an external userWork that is not visible to an external userresolution/fixedThis issue was fixedThis issue was fixedsize/LEstimated effort to complete (up to 10 days).Estimated effort to complete (up to 10 days).
Description
Recent versions of Hugo have bugs in the markdown renderer (Blackfriday) that prevents fenced code from rendering correctly in lists when a language is specified. Many of our tutorials are made up of ordered lists of steps, each step containing a code snippet.
- Regression: a list item is nested after a code block with info-string russross/blackfriday#484
- #v2 fenced code in list renders differently with language specified russross/blackfriday#526
Until these issues are addressed, we've pinned to Hugo v0.55.4, which is the latest release that does not contain the regression.
We should ensure these issues are addressed and adopted by Hugo so we can stay current with the latest versions of Hugo.
lukehoban
Metadata
Metadata
Assignees
Labels
area/siteIssues and feature enhancement requests for pulumi.com/docs.Issues and feature enhancement requests for pulumi.com/docs.kind/engineeringWork that is not visible to an external userWork that is not visible to an external userresolution/fixedThis issue was fixedThis issue was fixedsize/LEstimated effort to complete (up to 10 days).Estimated effort to complete (up to 10 days).