myst-vs-code icon indicating copy to clipboard operation
myst-vs-code copied to clipboard

Markdown Preview is not correctly rendering

Open Mosiwi opened this issue 1 year ago • 4 comments

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.

``` {tip} this is a MyST tip that fails! ```

and

``` {note} this is a MyST tip that fails! ```

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

Mosiwi avatar Oct 19 '23 11:10 Mosiwi

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

welcome[bot] avatar Oct 19 '23 11:10 welcome[bot]

Screenshot of Edit and Preview panes in VSCode: image

Mosiwi avatar Oct 19 '23 11:10 Mosiwi

It is working fine on my side on Arch Linux with VS Code 1.88.0 and all extensions up to date:

myst vscode preview working fine

FernandoBasso avatar Apr 12 '24 11:04 FernandoBasso

It also works on my machine; maybe you need to rename the file to end in .myst.md for it to enable?

iso2013 avatar May 11 '24 01:05 iso2013