mdbook-permalinks 2.0.0

Generate permalinks in mdBook using paths
---
source: crates/mdbook-permalinks/src/tests.rs
expression: output
---
# relative paths

[](https://example.org/git/tree/v0.0/Cargo.toml)

[](https://example.org/git/tree/v0.0/docs/src/permalinks/index.md)

# absolute paths

[](https://example.org/git/tree/v0.0/LICENSE-APACHE.md)

[](https://example.org/git/tree/v0.0/crates/mdbook-permalinks/Cargo.toml)

# book files

[](paths.md)

[](../main.rs)

# images

![](Minato_City,_Tokyo,_Japan.jpg)

![](https://example.org/git/raw/v0.0/docs/src/media/social.webp)

[![Social image](https://example.org/git/raw/v0.0/docs/src/media/social.webp)](https://example.org/git/tree/v0.0/docs/src/media/social.webp)

[social-image]: /docs/src/media/social.webp

[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/mdbookkit?style=flat-square)](https://example.org/git/tree/v0.0/LICENSE-APACHE.md)

# not found

[](../../Cargo.lock)

[](//LICENSE-MIT.md)

![](shinjuku.jpg)

[](https://example.org/git/tree/v0.0/crates/mdbook-permalinks/src/tests/draft.md)

# gitignored

[](/target/.rustc_info.json)

[](/target/debug)