rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.73k stars 208 forks source link

Missing section numbers in TOC #140

Closed juliangehring closed 5 years ago

juliangehring commented 5 years ago

The table of contents of the online version is skipping the section numbers 4 and 6:

screenshot 2018-12-06 at 21 37 09

The numbering is correct when building the book locally (mdbook build from master with mdbook v0.2.2):

screenshot 2018-12-06 at 21 37 28
fitzgen commented 5 years ago

This was fixed upstream in https://github.com/rust-lang-nursery/mdBook/issues/779

We just need to get CI to update its cached version of mdbook.