···11---
22source: crates/mdbook-permalinks/src/tests.rs
33+assertion_line: 121
34expression: report
45---
56 warning: links inaccessible
···1617 │ 
1718 · ────────┬────────
1819 · ╰── crates/mdbook-permalinks/src/tests/shinjuku.jpg does not exist
2020+ │
2121+ │ [](draft.md)
1922 │
2023 │ # gitignored
2124 │
···3336 │
3437 │ [](https://example.org/book/tests/urls/)
3538 · ────────────────────┬───────────────────
3636- · ╰─┤ crates/mdbook-permalinks/src/tests/urls/index.md does not exist
3737- · │ crates/mdbook-permalinks/src/tests/urls/README.md does not exist
3939+ · ╰─┤ crates/mdbook-permalinks/src/tests/urls/index.md is not in SUMMARY.md
4040+ · │ crates/mdbook-permalinks/src/tests/urls/README.md is not in SUMMARY.md
3841 │
3942 │ [](https://example.org/book/tests/url)
4043 · ───────────────────┬──────────────────
4141- · ╰─┤ crates/mdbook-permalinks/src/tests/url.md does not exist
4242- · │ crates/mdbook-permalinks/src/tests/url/index.md does not exist
4343- · │ crates/mdbook-permalinks/src/tests/url/README.md does not exist
4444+ · ╰─┤ crates/mdbook-permalinks/src/tests/url.md is not in SUMMARY.md
4545+ · │ crates/mdbook-permalinks/src/tests/url/index.md is not in SUMMARY.md
4646+ · │ crates/mdbook-permalinks/src/tests/url/README.md is not in SUMMARY.md
4447 · │ crates/mdbook-permalinks/src/tests/url does not exist
4848+ │
4949+ │ [](https://example.org/book/tests/draft)
5050+ · ────────────────────┬───────────────────
5151+ · ╰─┤ crates/mdbook-permalinks/src/tests/draft.md is not in SUMMARY.md
5252+ · │ crates/mdbook-permalinks/src/tests/draft/index.md is not in SUMMARY.md
5353+ · │ crates/mdbook-permalinks/src/tests/draft/README.md is not in SUMMARY.md
5454+ · │ crates/mdbook-permalinks/src/tests/draft does not exist
4555 │
4656 │ [](https://example.org/git/tree/HEAD/LICENSE-GPL.md)
4757 · ──────────────────────────┬─────────────────────────
···1111For such cases, the preprocessor supports some alternative link formats.
12121313```mermaid
1414+---
1515+config:
1616+ theme: dark
1717+---
1418stateDiagram-v2
1519 start : Is the text included using {{#include}}
1620 included : Is the file being included also published elsewhere <br>(e.g. crates.io)
+7-4
docs/src/rustdoc-links/supported-syntax.md
···1515> [!TIP]
1616>
1717> This page is also used for snapshot testing! To see how all the links would look like
1818-> in Markdown after they have been processed, see
1919-> [supported-syntax.snap](/crates/mdbook-rustdoc-links/src/tests/snaps/supported-syntax.snap)
2020-> and
2121-> [supported-syntax.stderr.snap](/crates/mdbook-rustdoc-links/src/tests/snaps/supported-syntax.stderr.snap).
1818+> in Markdown after they have been processed, see [supported-syntax.snap] and
1919+> [supported-syntax.stderr.snap].
2020+>
2121+> [supported-syntax.snap]:
2222+> /crates/mdbook-rustdoc-links/src/tests/snaps/docs/src/rustdoc-links/supported-syntax.md.snap
2323+> [supported-syntax.stderr.snap]:
2424+> /crates/mdbook-rustdoc-links/src/tests/snaps/docs/src/rustdoc-links/supported-syntax.md.stderr.snap
22252326## Types, modules, associated items
2427