Metadata-Version: 2.1
Name: mark-sideways
Version: 0.1.1
Summary: Render markdown in the terminal
Home-page: https://github.com/chris48s/mark-sideways
License: MIT
Author: chris48s
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: rich (>=1.1.0,<2.0.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 Support](https://img.shields.io/pypi/pyversions/mark-sideways.svg)
![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
```

