@compositor/markdown-loader

Loader for @compositor/markdown

Usage no npm install needed!

<script type="module">
  import compositorMarkdownLoader from 'https://cdn.skypack.dev/@compositor/markdown-loader';
</script>

README

markdown-loader

Markdown loader for use with c8r/markdown.

Installation

npm i -D @compositor/markdown-loader

Usage

An example configuration:

// ...
module: {
  rules: [
    // ...
    {
      test: /\.md?$/,
      use: [
        'babel-loader',
        '@compositor/markdown-loader'
      ]
    }
  ]
}

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Made by Compositor | MIT License