Socket
Socket
Sign inDemoInstall

markdown-html-loader

Package Overview
Dependencies
32
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-html-loader

Markdown file to html file


Version published
Maintainers
1
Weekly downloads
1
decreased by-87.5%
Install size
2.02 MB

Weekly downloads

Readme

Source

markdown-html-loader


安装

    npm install markdown-html-loader -D

使用

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

开发依赖

showdown

Keywords

FAQs

Last updated on 27 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc