You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a duplicate of #495, see the referenced hugo issue.
kaushalmodi
changed the title
Regression: Issue with rendering plain lists and code blocks
Request to tag the next v1.x version of Blackfriday so that Hugo can use it
Jun 17, 2019
Ref: gohugoio/hugo#6040
Hello,
I discovered this issue recently from this comment in the Hugo Discourse forum.
The issue is that for a Markdown snippet:
list item 2 now gets nested under list item 1.
This issue wasn't there until Hugo v0.55.5. The last good Hugo version without this regression is v0.55.4.
Recreating this issue is very easy; just clone the below repo and run it with Hugo v0.55.4 vs Hugo v0.55.5, and see the difference:
My best bet is that this commit in Blackfriday caused this regression.
The regression was seen in Hugo in v0.55.5, because it's in that version that Blackfriday version was bumped to version v1.5.2 in this commit.
Example snippet
Rendering of above in Hugo v0.55.4
List item 1
List item 2
Rendering of above in Hugo v0.55.5 (regression)
List item 1
/cc @aignas Can you review if your Blackfriday commit referenced above caused this regression and can you please fix it?
The text was updated successfully, but these errors were encountered: