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!
```
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. The config setting is ticked and VSCode has been restarted many times. I have even added "myst.preview.enable": true to my settings.json as a hack but with no effect. Also this same file is correctly rendered by jupyter-book (jb build/page ...)
PS. The marketplace advertising blurb of MyST-Markdown shows this feature working but Issue #5 seems related and is still open?
Screenshots
-
Screenshot of Extension config in VSCode:extension

-
Screenshot of Edit and Preview panes in VSCode:

-
Screenshot from browser with MyST rendered as expected

Desktop
- Windows 10, and Windows 10 with WSL2 Ubuntu
- VSCode 1.48.2
- MyST-Markdown v0.10.2
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.
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. The config setting is ticked and VSCode has been restarted many times. I have even added
"myst.preview.enable": trueto my settings.json as a hack but with no effect. Also this same file is correctly rendered by jupyter-book (jb build/page ...)PS. The marketplace advertising blurb of MyST-Markdown shows this feature working but Issue #5 seems related and is still open?
Screenshots
Screenshot of Extension config in VSCode:extension

Screenshot of Edit and Preview panes in VSCode:

Screenshot from browser with MyST rendered as expected

Desktop