Skip to content

Add Markdown Preview Extension

Compare
Choose a tag to compare
@chrisjsewell chrisjsewell released this 21 Mar 10:24
· 18 commits to master since this release

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

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

Additional changes:

  • Add build tests
  • Only test node 10.x
  • Split integration and standalone tests
  • Turn directives yaml into importable json module