Metadata-Version: 2.1
Name: mark-sideways
Version: 0.2.0
Summary: Render markdown in the terminal
Home-page: https://github.com/chris48s/mark-sideways
License: MIT
Author: chris48s
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: rich (>=10.2.0)
Project-URL: Repository, https://github.com/chris48s/mark-sideways
Description-Content-Type: text/markdown

# mark-sideways

[![PyPI Version](https://img.shields.io/pypi/v/mark-sideways.svg)](https://pypi.org/project/mark-sideways/)
![License](https://img.shields.io/pypi/l/mark-sideways.svg)
![Python Compatibility](https://img.shields.io/badge/dynamic/json?query=info.requires_python&label=python&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fmark-sideways%2Fjson)
![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)

Render markdown in the terminal

```sh
mark up example.md        # display markdown code rendered
mark down example.md      # display markdown code with syntax highlighting
mark sideways example.md  # display code and markdown side-by-side
```

