Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 353 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 353 Bytes

markdown-color-loader

markdown color loader for webpack

Usage

var html = require("html!markdown-color!./README.md");

Recommended Configuration

Best served with html-loader.

{
    module: {
        loaders: {
            { test: /\.md$/, loader: "html!markdown-color" },
        ]
    }
}