https://github.com/djyde/markbox
Parse your code in markdown into CodeSandbox.
https://github.com/djyde/markbox
Last synced: 3 months ago
JSON representation
Parse your code in markdown into CodeSandbox.
- Host: GitHub
- URL: https://github.com/djyde/markbox
- Owner: djyde
- Created: 2018-09-27T05:10:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T16:18:22.000Z (almost 7 years ago)
- Last Synced: 2025-03-28T15:21:49.180Z (4 months ago)
- Language: TypeScript
- Homepage: https://markbox.js.org
- Size: 78.1 KB
- Stars: 51
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markbox
[](https://npm.im/markbox)
[](https://circleci.com/gh/djyde/markbox/tree/master)Parse your code in markdown into CodeSandbox.

## Usage
```
npm i markbox
``````js
const markbox = require('markbox')const markdownContent = `Your markdown content...`
const html = await markbox.parse(markdownContent)
```See the full [documentation](https://markbox.js.org)
# License
MIT License