termynal / termynal.py

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

fix: regular expression error in FENCED_BLOCK_RE #17

Closed a-guzhin closed 1 year ago

a-guzhin commented 1 year ago

Fix regular expression error in FENCED_BLOCK_RE

16

daxartio commented 1 year ago
termynal/markdown.py:174:15: W291 [*] Trailing whitespace
termynal/markdown.py:194:58: Q000 [*] Single quotes found but double quotes preferred

Can you please check your fixes via make lint and make test