Metadata-Version: 2.4
Name: mdrend
Version: 0.1.2
Summary: Minimal CLI tool that allows you to view local markdown files in browser while writing
Project-URL: Repository, https://github.com/NitinSPRao/mdrend
Author-email: Nitin Rao <nitinsprao@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: jinja2>=3.1.6
Requires-Dist: markdown>=3.10.2
Requires-Dist: mistune>=3.2.0
Requires-Dist: pygments>=2.19.2
Description-Content-Type: text/markdown

# mdrend

A minimal markdown renderer for the terminal.

```bash
mdrend file.md
```

Opens `file.md` as a styled HTML page in your browser.

## Install

```bash
pip install mdrend
```

## Why

I wanted to see what my markdown looks like without opening VS Code, spinning up a preview server, or installing a heavy tool. `mdrend` is just: run it, see it.
