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.
- Host: GitHub
- URL: https://github.com/uetchy/md2ipynb
- Owner: uetchy
- License: mit
- Created: 2015-07-12T13:13:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T17:21:12.000Z (about 5 years ago)
- Last Synced: 2025-04-19T20:12:28.569Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.