Giter Site home page Giter Site logo

rollup-plugin-md's Introduction

rollup-plugin-md

Install

npm install rollup-plugin-md --save

usage

import md from './test.md';
console.log( `Template for render: ${md}` );
import { rollup } from 'rollup';
import md from 'rollup-plugin-md';

rollup({
    entry: 'main.js',
    plugins: [
        md({
            // to disable marked set to false
            marked: {
                //marked options
            }
        })
    ]
});

rollup-plugin-md's People

Contributors

pyoner avatar xiaofuzi avatar

Stargazers

Furkan Erdem avatar TTTTTTTZL avatar anzbert avatar masx200 avatar Steven avatar Fabien Franzen avatar Felix Hungenberg avatar 이국형 avatar Patrizio Bekerle avatar Daniel Narey avatar Johan Alm avatar Jon Marsh avatar Krixano avatar Thomas Foster avatar  avatar Joel Purra avatar 文蔺 avatar lfyjson avatar Marco Scannadinari avatar Kumarajiva avatar Brad Pillow avatar  avatar tcme avatar

Watchers

James Cloos avatar  avatar

rollup-plugin-md's Issues

dependencies out of date (throw security warning)

Thanks for providing this plugin.

It looks as if it's a bit out of date, but easy to fix.

                      === npm audit security report ===                        
                                                                                
┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ marked                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=0.6.2                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ rollup-plugin-md                                             │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ rollup-plugin-md > marked                                    │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/812                             │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 1 moderate severity vulnerability in 2248 scanned packages
  1 vulnerability requires manual review. See the full report for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.