Metadata-Version: 2.1
Name: markdown-live-preview
Version: 0.2.31
Summary: live web preview of markdown docs
Author-email: ms-jpq <github@bigly.dog>
Project-URL: homepage, https://github.com/ms-jpq/markdown-live-preview
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: dist

# [Markdown Live Preview](https://ms-jpq.github.io/markdown-live-preview)

## Features

- **Live Preview:** Updates preview on file save

- **Auto Follow:** Focus on edited element

- **Syntax Highlight:** Highlighted using [Pygments](https://github.com/pygments/pygments)

- **Github flavoured:** Looks familiar

## Preview

The animation is only choppy because it's a compressed gif.

![preview.gif](https://github.com/ms-jpq/markdown-live-preview/raw/md/preview/smol.gif)

## Usage

```bash
mlp |name of markdown|
```

| Flags                  | Meaning                  |
| ---------------------- | ------------------------ |
| `-p, --port PORT=8080` | Port to use              |
| `-o, --open`           | No localhost restriction |
| `--nf, --no-follow`    | Do not follow edits      |
| `--nf, --no-browser`   | Do not open browser      |

## [Install](https://pypi.org/project/markdown-live-preview)

```bash
pip install -U markdown_live_preview
```
