An open API service indexing awesome lists of open source software.

https://github.com/uetchy/md2ipynb

Make your Markdown interactive.
https://github.com/uetchy/md2ipynb

Last synced: 10 months ago
JSON representation

Make your Markdown interactive.

Awesome Lists containing this project

README

          

# md2ipynb

Make your markdown files interactive.

## Usage

```js
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.