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

https://github.com/alexeyraspopov/md-reader

Parse and read Markdown files in browser
https://github.com/alexeyraspopov/md-reader

Last synced: 7 months ago
JSON representation

Parse and read Markdown files in browser

Awesome Lists containing this project

README

          

# md-reader

Parse Markdown file and open it in browser.

## Install

```bash
$ npm install md-reader -g
```

## Usage

```bash
$ md some/file.md
```

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License) (c) Alexey Raspopov