Metadata-Version: 2.1
Name: markdown-live-preview
Version: 0.2.61
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
Requires-Dist: Markdown==3.5.2
Requires-Dist: Pygments==2.17.2
Requires-Dist: aiohttp==3.9.1
Requires-Dist: pymdown-extensions==10.7
Requires-Dist: watchdog==3.0.0
Provides-Extra: dev
Requires-Dist: mypy; extra == "dev"
Requires-Dist: types-Markdown; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Provides-Extra: dist
Requires-Dist: setuptools; extra == "dist"
Requires-Dist: wheel; 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
```
