Pagging
You can either use the alt
text of the image for pagging or use an attribute
page for pagging if you have the attr_list
markdown extension installed in
your mkdocs.yaml
.
markdown_extensions:
- attr_list
Examples
Below you should see diagram Page-1:

Below you should see diagram Page-2:

Below you should see diagram Page-2 using the attribute page:
{ page="Page-2" }
Below you should see Page-1 (default) because the specified Page-3 has not been found:
Furthoremore, you should see a warning in your mkdocs server similar to:
WARNING - Warning: Found 0 results for page name 'Page-3' for diagram 'test.drawio' on path '/tmp/mkdocs_ce1qjhyn/test2'
If page doesn't exist it will fallback to the first page.
