mdBook/tests
Hugo McNally c6679053f7
Fixed bug with index page links.
If there is no index page in the source directory,
mdbook uses the first chapter as the index page.
When doing so, mdbook doesn't render the page any differently.
This causes relative links on the page to break,
if the first chapter is within a sub-directory.

To fix this, a redirect to the first chapter is used
instead of the copy of the page.
2024-01-25 18:33:07 +00:00
..
cli style(tests): Fixed issues reported by clippy 2023-04-03 08:36:57 -04:00
dummy_book Add an integration test for heading attributes 2023-05-28 12:02:59 -07:00
summary_md_files Rewrote summary parser from a state machine to use recursive descent 2017-12-11 15:17:20 +11:00
alternative_backends.rs Apply clippy::needless_borrow 2023-05-13 09:44:11 -07:00
build_process.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
cli_tests.rs Move cli tests to their own subdir 2021-09-26 11:29:36 -07:00
custom_preprocessors.rs Transition to 2018 edition (#933) 2019-05-25 20:50:41 +02:00
init.rs Make fonts part of the theme. 2023-01-15 11:42:46 -08:00
parse_existing_summary_files.rs Update dependencies. (#1211) 2020-05-20 23:32:00 +02:00
rendered_output.rs Fixed bug with index page links. 2024-01-25 18:33:07 +00:00
searchindex_fixture.json Fix search for custom heading attributes 2023-05-28 12:03:03 -07:00
testing.rs add a --chapter option to mdbook test. (#1741) 2022-08-25 19:13:51 -07:00