Skip to content

VSCode Markdown Preview Enhancement: MyST enhancements are not rendering as expected #18

@CodeCox

Description

@CodeCox

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
    image

  • Screenshot of Edit and Preview panes in VSCode:
    image

  • Screenshot from browser with MyST rendered as expected
    image

Desktop

  • Windows 10, and Windows 10 with WSL2 Ubuntu
  • VSCode 1.48.2
  • MyST-Markdown v0.10.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions