Skip to content

V.1.2: Markdown links earlier processed as html files, are now processed as directories #2456

@fralau

Description

@fralau

The new version brings a curious issue. With versions < 1.2, I used internal links in this way, to make a call to page bar.md, from page foo.md:

[linking to content in bar](../bar#content)

Which was transformed correctly into:

<a href="../bar/#content">linking to content in bar</a>

Since version 1.2, the bar is intepreted differently by mkdocs serve, which breaks all such links. I realize this is highly irregular and correct call should have been:

[linking to content in bar](bar.md#content)

So please dont throw rotten tomatoes at me 🍅 .

But just to help me fix this: why this change of behavior? Has some part been reimplemented? Or has this been intentional, to prevent that kind of error in the future?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions