0.1.2 • Published 7 years ago
markbox v0.1.2
Markbox
Parse your code in markdown into CodeSandbox.

Usage
npm i markboxconst markbox = require('markbox')
const markdownContent = `Your markdown content...`
const html = await markbox.parse(markdownContent)See the full documentation
License
MIT License