Skip to content

tonykero/markdown-it-nomnoml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published