mdbook/crates
Eric Huss 4b5004b621 Avoid divide-by-zero in heading nav computation
This particular value can go to zero when the document height and the
window height are exactly the same value. This causes a NaN which causes
the "current" heading nav bug to not update properly. This clamps the
value to 1 to avoid that.
2025-10-20 17:43:34 -07:00
..
mdbook-compare Add a basic utility to compare different versions of mdbook 2025-09-16 13:58:20 -07:00
mdbook-core Clean up some fs-related utilities 2025-09-20 17:13:31 -07:00
mdbook-driver Remove partially outdated CmdPreprocessor/CmdRenderer docs 2025-09-28 15:22:49 -07:00
mdbook-html Avoid divide-by-zero in heading nav computation 2025-10-20 17:43:34 -07:00
mdbook-markdown Remove outdated comment in mdbook-markdown 2025-09-19 17:46:08 -07:00
mdbook-preprocessor Change PreProcessor::supports_renderer to return a Result 2025-08-16 13:26:01 -07:00
mdbook-renderer Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-summary Switch from log to tracing 2025-09-12 06:13:45 -07:00
xtask Fix incorrect string formatting in xtask error message 2025-10-15 06:57:39 -07:00