0.0.3 • Published 7 years ago

markdown-it-nomnoml v0.0.3

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

markdown-it-nomnoml

A plugin for embedding nomnoml in markdown

Overview

const md_nomnoml = require('markdown-it-nomnoml');
const md         = require('markdown-it')();

md.use(md_nomnoml);

md.render(...);

See Example

See markdown-it for more details on how to render markdown