Package Exports
- vmd
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vmd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vmd
Preview markdown files in a separate window. Markdown is formatted exactly the same as on GitHub.

Installation
$ npm install -g vmdUsage
$ vmd README.mdYou can also pipe markdown content into stdin:
$ cat README.md | vmdFor example, you can see the markdown for browserify like so:
$ npm view browserify readme | vmd