Add Markdown Preview Extension
·
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