Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-html-loader


安装

    npm install markdown-html-loader -D

使用

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

开发依赖

showdown

About

将.md文件转换成html

Topics

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages