A plugin to preview markdown files in your Hyper term.
Just type the location of your markdown file in your terminal.
Add the hyper-markdown-preview to your .hyper.js
config file.
module.exports = {
//...
plugins: [
`hyper-markdown-preview`
],
//...
}