Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 414 Bytes

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