md2ipynb
v0.2.2
Published
Make your markdown files interactive
Downloads
9
Readme
md2ipynb
Make your markdown files interactive.
Usage
const md2ipynb = require('md2ipynb')
const ipynb = md2ipynb(markdownDocument)
console.log(ipynb)
Install
npm install md2ipynb
Build
git clone https://github.com/uetchy/md2ipynb
cd md2ipynb
npm install
npm test
Contributing
If you have any ideas to improve this project, please feel free to create issue or send a pull-request.