New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

marker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marker

A live compiler for markdown files.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
656
-16.01%
Maintainers
1
Weekly downloads
 
Created
Source

Marker

A command line utility for compiling markdown files live.

Install

$ npm install -g marker

Usage

Usage: marker -i <file> -o <file> [options]

Options:

    -h, --help           output usage information
    -V, --version        output the version number
    -i, --input <file>   Specify the input file.
    -o, --output <file>  Specify the output file.
    -w, --watch          Watch the file for changes.
    --pedantic           Conform to obscure parts of markdown.pl as much as possible. Don't fix original markdown bugs.
    --gfm                Enable github flavoured markdown.
    --sanitize           Sanitize output. Ignore any HTML input

License

Copywrite (c) 2012, Kurtis Schmidt. (MIT License)

See LICENSE for more info.

Keywords

markdown

FAQs

Package last updated on 16 May 2012

Did you know?

Socket

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