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

ranger-markdown

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ranger-markdown

Markdown output plugin for Ranger Compiler

latest
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

Markdown plugin for Ranger Compiler

Simple commonmark markdown syntax generator for Ranger.

Usage

Install ranger compiler

npm install -g ranger-compiler

Install this package

npm install ranger-markdown

Create a file with slides, for example test.ranger

plugin.md 'README.md' {
    ## Hello World
    table {
        tr 1 2 3 
        tr 4 5 6 
        tr 7 8 9 
    }
    code.javascript `
    function foo() {

    }
    `
}

And then run the compiler with command:

ranger-compiler -plugins=ranger-markdown test.ranger

The results will be saved in bin/README.md

FAQs

Package last updated on 17 Oct 2017

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