malta-markdown

1.0.8 • Public • Published

npm version npm downloads npm downloads

This plugin can be used on: .md files

Options : no options

Sample usage:

malta app/source/home.md public -plugins=malta-markdown

or in the .json file :

"app/source/home.md" : "public -plugins=malta-markdown"

or in a script :

var Malta = require('malta');
Malta.get().check([
    'app/source/home.md',
    'public',
    '-plugins=malta-markdown',
    '-options=showPath:false,watchInterval:500,verbose:0'
    ]).start(function (o) {
        var s = this;
        console.log('name : ' + o.name)
        console.log("content : \n" + o.content);
        'plugin' in o && console.log("plugin : " + o.plugin);
        console.log('=========');
    });

/malta-markdown/

    Package Sidebar

    Install

    npm i malta-markdown

    Weekly Downloads

    2

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    2.83 kB

    Total Files

    4

    Last publish

    Collaborators

    • fedeghe