mdbook/tests
Eric Huss b20b1757a9 Add footnote backreferences, and update styling
This makes several changes to how footnotes are rendered:

- Backlinks are now included, which links back to the reference so you
  can continue reading where you left off.
- Footnotes are moved to the bottom of the page. This helps with the
  implementation of numbering, and is a style some have requested. I
  waffled a lot on this change, but supporting the in-place style was
  just adding too much complexity.
- Footnotes are now highlighted when you click on a reference.
- Some of the spacing for elements within a footnote has now been fixed
  (such as supporting multiple paragraphs).
- Footnote navigation now scrolls to the middle of the page.

This is an alternative to https://github.com/rust-lang/mdBook/pull/2475

Closes https://github.com/rust-lang/mdBook/issues/1927
Closes https://github.com/rust-lang/mdBook/issues/2169
Closes https://github.com/rust-lang/mdBook/issues/2595
2025-03-30 06:44:59 -07:00
..
cli fix init --title option failure when git user is not configured 2024-11-18 11:10:11 -08:00
dummy_book Add footnote backreferences, and update styling 2025-03-30 06:44:59 -07:00
gui Use serde_json instead of json to get browser-ui-test version 2025-03-23 10:06:12 +01: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 Check content of the error message. 2025-03-05 17:38:23 +02: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 Accomodate for different status message on Windows 2025-03-06 07:25:51 +02:00
init.rs style: simplify string formatting for readability 2024-09-21 15:53:59 -07:00
parse_existing_summary_files.rs Update dependencies. (#1211) 2020-05-20 23:32:00 +02:00
rendered_output.rs Add footnote backreferences, and update styling 2025-03-30 06:44:59 -07:00
searchindex_fixture.json Add footnote backreferences, and update styling 2025-03-30 06:44:59 -07:00
testing.rs add a --chapter option to mdbook test. (#1741) 2022-08-25 19:13:51 -07:00