termynal / termynal.py

Python markdown terminal. Built for mkdocs
https://termynal.github.io/termynal.py/
MIT License
95 stars 8 forks source link

fix: check content type to avoid processing errors #5

Closed Guts closed 1 year ago

Guts commented 1 year ago

Closes #4

daxartio commented 1 year ago

Thank you for your PR!

Can you please use typing.List, typing.Dict? It needs for supporting Python < 3.9. Or delete your changes in this place.

Also you can run make lint, make test for checking your fixes

Guts commented 1 year ago

Can you please use typing.List, typing.Dict? It needs for supporting Python < 3.9. Or delete your changes in this place.

Done.

Also you can run make lint, make test for checking your fixes

I'm not using poetry and not willing to. So it's not working with makefile. I run every command manually...