A lightweight and modern animated terminal window. Built for mkdocs.
Use <!-- termynal -->
before code block
<!-- termynal -->
```
$ python script.py
```
Declare the plugin:
...
plugins:
- termynal
...
Optionally, pass options to the processor:
[...]
plugins:
- termynal:
prompt_literal_start:
- "$"
- ">"
[...]
This config allows you to use another prompt:
<!-- termynal -->
```
> pip install termynal
---> 100%
Installed
```
Thanks ines