1.1.3 • Published 6 years ago

hyper-markdown-preview v1.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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
        }
    }
    
    // ...
}
1.1.3

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago