Skip to content

Mdbook should translate internal references #408

Closed
@Kordalien

Description

@Kordalien

When working with links on a page, it would be nice if mdbook could translate a reference to a .md file to a reference to a generated HTML file.

E.g.
if I have
[Chapter 0](./chapter0.md)
[Chapter 1](./chapter1.md)

In my SUMMARY.md file,

it would be nice to be able to write something like:
In [chapter 1](./chapter1.md) we explain x...
In chapter 0, and have mdbook replace the link with chapter1.html.

This has the advantage of allowing the raw markdown to stay functional as well as the generated html/other possible future formats.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-RenderingArea: RenderingC-enhancementCategory: Enhancement or feature requestE-MediumExperience: MediumS-WishlistStatus: Wishlist

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions