mdbook/tests/dummy_book/src
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
..
first Add footnote backreferences, and update styling 2025-03-30 06:44:59 -07:00
second Fix even more print page links. (#963) 2019-07-01 17:52:25 +02:00
conclusion.md Update pulldown_cmark to 0.10 2024-02-05 14:11:27 -08:00
example.rs Added a test to make sure you can include rust files in chapters 2017-12-10 22:59:35 +11:00
intro.md Regression tests (#422) 2017-11-16 15:51:12 +08:00
README.md Add readme to cause test to fail 2018-07-25 12:14:27 -05:00
second.md Rename playpen to playground. (#1241) 2020-06-22 16:34:25 +02:00
SUMMARY.md Add an integration test for heading attributes 2023-05-28 12:02:59 -07:00

Dummy Book

This file is just here to cause the index preprocessor to run.

Does a pretty good job, too.