1.0.0 • Published 5 years ago

atom-markdown-loader v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

atom-markdown-loader

Atom Markdown component loader for Webpack.

Under Development

Usage

{
    module: {
        loaders: [
            {
                test: /\.md$/,
                loader: 'atom-markdown-loader'
            }
        ]
    }
}

Test

npm install
npm install atom-loader
npm test

Thanks

License

MIT