executablebooks / myst-vs-code

A syntax highlighter for the MyST Markdown format
https://marketplace.visualstudio.com/items?itemName=ExecutableBookProject.myst-highlight
MIT License
36 stars 15 forks source link

Add Markdown Preview Extension #14

Closed chrisjsewell closed 4 years ago

chrisjsewell commented 4 years ago

This PR introduces a plugin to VS Code's built-in Markdown previewer (see this guide for info), to properly render nested admonitions, and code directives.

screenshot

The plugin can be disabled using the myst.preview.enable configuration option.