Metadata-Version: 2.1
Name: termynal
Version: 0.2.0
Summary: 
Home-page: https://pypi.org/project/termynal
License: MIT
Author: Danil Akhtarov
Author-email: daxartio@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: mkdocs
Requires-Dist: markdown
Requires-Dist: mkdocs; extra == "mkdocs"
Project-URL: Repository, https://github.com/daxartio/termynal
Description-Content-Type: text/markdown

# Termynal

<!-- termynal -->

```
$ pip install termynal
---> 100%
Installed
```

## Usage

Use `<!-- termynal -->` before code block

````
<!-- termynal -->

```
// code
```
````

or `console` in code block

````
```console
// code
```
````

Thanks [ines](https://github.com/ines/termynal)

