hyper-markdown-preview

1.1.3 • Public • Published

hyper-markdown-preview

npm npm

A plugin to preview markdown files in your Hyper term.

Usage

Just type the location of your markdown file in your terminal.

screencapture

Install

Add the hyper-markdown-preview to your .hyper.js config file.

module.exports = {
    //...
    plugins: [
        `hyper-markdown-preview`
    ],
    //...
} 

Config

Since version 1.1 you can configure the stylesheets to use when rendering the markdown.

module.exports = {
    config: {
        // ...
 
        hyperMarkdownPreview: {
            stylesheet: 'github' // github | none
        }
    }
    
    // ...
}
 

Package Sidebar

Install

npm i hyper-markdown-preview

Weekly Downloads

15

Version

1.1.3

License

ISC

Last publish

Collaborators

  • elmasse