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