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