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
In one of my books I comment out not-yet-written chapters using HTML comments. After updating from v0.3.4 to v0.3.5 running mdbook build now fails while parsing SUMMARY.md.
$ mdbook build2019-11-13 10:00:58 [ERROR] (mdbook::utils): Error: Summary parsing failed2019-11-13 10:00:58 [ERROR] (mdbook::utils): Caused By: There was an error parsing the numbered chapters2019-11-13 10:00:58 [ERROR] (mdbook::utils): Caused By: Unable to get last link because the list of SummaryItems doesn't contain any Links
I believe the regression was introduced in #1021 when pulldown-cmark was updated.
The text was updated successfully, but these errors were encountered:
In one of my books I comment out not-yet-written chapters using HTML comments. After updating from
v0.3.4
tov0.3.5
runningmdbook build
now fails while parsingSUMMARY.md
.I believe the regression was introduced in #1021 when
pulldown-cmark
was updated.The text was updated successfully, but these errors were encountered: