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
- Host: GitHub
- URL: https://github.com/alexeyraspopov/md-reader
- Owner: alexeyraspopov
- Created: 2014-04-24T07:26:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T15:01:28.000Z (over 11 years ago)
- Last Synced: 2025-03-18T03:12:31.146Z (7 months ago)
- Language: CSS
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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