-
Notifications
You must be signed in to change notification settings - Fork 15
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
Markdown Preview is not correctly rendering #58
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
It also works on my machine; maybe you need to rename the file to end in |
The op states the problem is in Windows 11, not Arch Linux. I have the same issue on Windows 10. Your test suite in your ci.yml only tests on Ubuntu. |
Removing alternative extensions one-by-one, the culprit for me seemed to be by having both of the following extensions enabled: Disabling Markdown Preview Enhanced seems to make the problem go away. Caveats:
"myst.preview.extensions": [
"dollarmath",
"colon_fence"
]
|
The Markdown Preview is not correctly rendering the MyST enhancements.
The following enhanced markdown is ignored and only the content is rendered as plain text.
and
The MyST-Markdown extension is enabled since highlighting, intellisense, etc works on the enhanced MyST. However it seems that the enhanced Preview part is either not working or not activated. None of the enhanced MyST markup is previewing as expected.
Desktop:
Windows 11,
VSCodeUserSetup-x64-1.83.1
MyST-Markdown 2.0.0
The text was updated successfully, but these errors were encountered: