Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 355 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 355 Bytes

markdown-html-loader


安装

    npm install markdown-html-loader -D

使用

    // webpack.config.js
    modules:{
        rules:[
            {
                test: /\.md/,
                loader: 'markdown-html-loader'
            }
        ]
    }

开发依赖

showdown