/markbox

Parse your code in markdown into CodeSandbox.

Primary LanguageTypeScript

Markbox

NPM CircleCI

Parse your code in markdown into CodeSandbox.

Usage

npm i markbox
const markbox = require('markbox')

const markdownContent = `Your markdown content...`

const html = await markbox.parse(markdownContent)

See the full documentation

License

MIT License