markup icon indicating copy to clipboard operation
markup copied to clipboard

Relative links are broken in blockquotes with admonitions

Open danroc opened this issue 2 years ago • 1 comments

Description

In a repo's main page, blockquotes that use admonitions break relative links:

> [!NOTE]
> [Link](./other-file.md)

Note that the links are not broken on the file visualisation page.

Example

✅ Working:

❌ Not working:

danroc avatar Oct 24 '23 09:10 danroc

I have the same problem: https://github.com/open-spaced-repetition/fsrs4anki?tab=readme-ov-file#how-to-get-started

[this tutorial](doc/tutorial.md) is redirected to https://github.com/open-spaced-repetition/docs/tutorial.md. The expected result is https://github.com/open-spaced-repetition/fsrs4anki/docs/tutorial.md.

L-M-Sherlock avatar Oct 25 '23 08:10 L-M-Sherlock

It seems that at some point this bug got fixed, this issue is no longer relevant.

danroc avatar Apr 18 '24 12:04 danroc