Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris48s/mark-sideways
https://github.com/chris48s/mark-sideways
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chris48s/mark-sideways
- Owner: chris48s
- License: mit
- Created: 2020-05-06T19:37:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T17:47:59.000Z (about 2 months ago)
- Last Synced: 2024-09-15T19:08:19.088Z (about 2 months ago)
- Language: Python
- Homepage: https://pypi.org/project/mark-sideways/
- Size: 307 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```