Metadata-Version: 2.1
Name: markdown-live-preview
Version: 0.1.1
Summary: live web preview of markdown docs
Home-page: https://github.com/ms-jpq/markdown-live-preview
Author: ms-jpq
Author-email: github@bigly.dog
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# MLP - Markdown Live Preview

## Features

### Live Preview

Updates preview on file save

### Auto Follow

Focus on edited element

### Syntax Highlight

Automatically use [`highlightjs`](https://github.com/highlightjs/highlight.js) if node is installed.

### Github flavoured

Looks familiar

## Usage

```sh
mlp <name of markdown>
```

| Flags                  | Flags                    |
| ---------------------- | ------------------------ |
| `-p, --port PORT=8080` | Port to use              |
| `-o, --open`           | No localhost restriction |
| `-f, --follow`         | Follow edits             |

## Install

```sh
pip install -U markdown_live_preview
```


