0.2.1 • Published 8 years ago

remarkable-loader v0.2.1

Weekly downloads
91
License
-
Repository
github
Last release
8 years ago

Remarkable loader for webpack Version Build Status Dependency Status

Parses source as Markdown using the awesome Remarkable parser.

Installation

$ npm install --save remarkable-loader

Usage

Documentation: Using loaders

In your webpack.config.js file:

module.exports = {
  module: {
    loaders: [{
      test:   /\.md/,
      loader: 'remarkable'
    }]
  },

  remarkable: {
    preset: 'full',
    linkify: true,
    typographer: true
  }
};

Meta

Contributors

License

Copyright (c) 2014 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago