Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/y-yagi/mdv

Markdown Viewer
https://github.com/y-yagi/mdv

markdown-viewer

Last synced: about 1 month ago
JSON representation

Markdown Viewer

Awesome Lists containing this project

README

        

# mdv

The `mdv` is a simple Markdown Viewer.

## Usage

Run `mdv ` at terminal and access to http://localhost:8888/ .

The content automatically refreshes when the file is updated. You don't need to reload a page.

If you point local files in a markdown file, please specify a directory to `dir` option that local files exist.

```bash
mdv -dir .
```

### Style

`mdv` uses [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) by default. If you want to use an original style, please specify a `css` option. `mdv` only use the CSS file if `css` option is specified.

```bash
mdv -css
```

## Installation

Download files from [GitHub release page](https://github.com/y-yagi/mdv/releases).