You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
After pressing F11 (Toggle Presentation Mode) it looks as expected:
However, after following the link to Document_2.md it looks as follows, although MM is still in presentation mode:
I think this is a buggy view of presentation mode because now you have to press F11twice 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):
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):
The text was updated successfully, but these errors were encountered:
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_2.md contains:
Initially MM looks as follows:
After pressing
F11
(Toggle Presentation Mode) it looks as expected:However, after following the link to Document_2.md it looks as follows, although MM is still in presentation mode:
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 pressingF11
the first time it looks as follows (back to normal mode):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):The text was updated successfully, but these errors were encountered: