···88- Furthermore, the included document may also be intended for additional platforms,
99 where path-based links are not supported.
10101111-For such cases, the preprocessor supports some alternative link formats.
1111+For such cases, the preprocessor supports some alternative link formats. Here is a
1212+simplified guide on when to use which format:
1313+1414+<figure style="height: 480px">
12151316```mermaid
1414----
1515-config:
1616- theme: dark
1717----
1817stateDiagram-v2
1918 start : Is the text included using {{#include}}
2019 included : Is the file being included also published elsewhere <br>(e.g. crates.io)
···3130 external --> bookUrl: a book page or <br>a file in the book
3231 external --> repoUrl: a file in your repo <br>outside the book
3332```
3333+3434+</figure>
34353536## Using absolute paths
3637