mdbook-permalinks 2.0.0

Generate permalinks in mdBook using paths
---
source: crates/mdbook-permalinks/src/tests.rs
expression: report
---
  warning: link inaccessible
    ╭─[crates/mdbook-permalinks/src/tests/paths.md:33:1]
    │ 
    │ [](../../Cargo.lock)
    · ──────────┬─────────
    ·           ╰── crates/mdbook-permalinks/Cargo.lock does not exist
    │ 
    │ [](//LICENSE-MIT.md)
    · ──────────┬─────────
    ·           ╰── /LICENSE-MIT.md is not in repo
    │ 
    │ ![](shinjuku.jpg)
    · ────────┬────────
    ·         ╰── crates/mdbook-permalinks/src/tests/shinjuku.jpg does not exist
    │ 
    │ [](draft.md)
    │ 
    │ # gitignored
    │ 
    │ [](/target/.rustc_info.json)
    · ──────────────┬─────────────
    ·               ╰── target/.rustc_info.json is ignored by git
    │ 
    │ [](/target/debug)
    · ────────┬────────
    ·         ╰── target/debug is ignored by git
    ╰────

  warning: link inaccessible
    ╭─[crates/mdbook-permalinks/src/tests/urls.md:23:1]
    │ 
    │ [](https://example.org/book/tests/urls/)
    · ────────────────────┬───────────────────
    ·                     ╰─┤ crates/mdbook-permalinks/src/tests/urls/index.md is not in SUMMARY.md
    ·                       │ crates/mdbook-permalinks/src/tests/urls/README.md is not in SUMMARY.md
    │ 
    │ [](https://example.org/book/tests/url)
    · ───────────────────┬──────────────────
    ·                    ╰─┤ crates/mdbook-permalinks/src/tests/url.md is not in SUMMARY.md
    ·                      │ crates/mdbook-permalinks/src/tests/url/index.md is not in SUMMARY.md
    ·                      │ crates/mdbook-permalinks/src/tests/url/README.md is not in SUMMARY.md
    ·                      │ crates/mdbook-permalinks/src/tests/url does not exist
    │ 
    │ [](https://example.org/book/tests/draft)
    · ────────────────────┬───────────────────
    ·                     ╰─┤ crates/mdbook-permalinks/src/tests/draft.md is not in SUMMARY.md
    ·                       │ crates/mdbook-permalinks/src/tests/draft/index.md is not in SUMMARY.md
    ·                       │ crates/mdbook-permalinks/src/tests/draft/README.md is not in SUMMARY.md
    ·                       │ crates/mdbook-permalinks/src/tests/draft does not exist
    │ 
    │ [](https://example.org/git/tree/HEAD/LICENSE-GPL.md)
    · ──────────────────────────┬─────────────────────────
    ·                           ╰── LICENSE-GPL.md does not exist
    │ 
    ╰────