Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: MM v2.9.3 behaves badly when following a relative link in presentation mode #1033

Closed
jbridgy opened this issue May 6, 2023 · 1 comment
Assignees
Labels

Comments

@jbridgy
Copy link

jbridgy commented May 6, 2023

MM v2.9.3 behaves badly when you follow a relative link to another Markdown file in presentation mode.

EXAMPLE:
You have the following two small Markdown files linked with each other.
Document_1.md contains:

# Document 1

See also [Document_2.md](./Document_2.md).

Document_2.md contains:

# Document 2

See also [Document_1.md](./Document_1.md).

Initially MM looks as follows:

image

After pressing F11 (Toggle Presentation Mode) it looks as expected:

image

However, after following the link to Document_2.md it looks as follows, although MM is still in presentation mode:

image

I think this is a buggy view of presentation mode because now you have to press F11 twice in order to view Document_2.md in presentation mode properly. After pressing F11 the first time it looks as follows (back to normal mode):

image

After pressing F11 the second time I finally get what I expected already when MM was in presentation mode and I followed the link within Document_1.md (shown in screenshot 2):

image

@RickStrahl
Copy link
Owner

Fixed in 2.9.4.

@RickStrahl RickStrahl added the bug label May 6, 2023
@RickStrahl RickStrahl self-assigned this May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants