0.1.7 • Published 4 years ago

remarkable-numl v0.1.7

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

remarkable-numl

A Remarkable plugin for Numl syntax.

Install

Install with npm:

$ npm install --save remarkable-numl

Usage

const { Remarkable } = require('remarkable')
const NumlPlugin = require('remarkable-numl');

const md = new Remarkable();

md.use(NumlPlugin);

md.render('# Your markdown content');
0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago